SBiOSoftWhare
6168b64de9
NavigationRouter: in didPopViewController call run completion after sending notification in order to send the right module instance.
2021-10-28 17:55:01 +02:00
SBiOSoftWhare
0a48a85a93
NavigationRouter: Update controllers pop notification order sending.
2021-10-11 16:51:12 +02:00
SBiOSoftWhare
4930f44ded
Update Riot/Routers/NavigationRouterStoreProtocol.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-11 11:10:26 +02:00
SBiOSoftWhare
3bd774211e
NavigationStore: Update public method signature.
2021-10-08 17:15:14 +02:00
SBiOSoftWhare
f811302c3e
Update Riot/Routers/NavigationRouterStore.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 17:03:45 +02:00
SBiOSoftWhare
72abe88328
NavigationRouter: Fix issues when setting the same presentable instances.
2021-10-08 16:25:14 +02:00
SBiOSoftWhare
233588d065
TabBarCoordinator: Fix some typos.
2021-10-08 13:46:33 +02:00
SBiOSoftWhare
4f4bd6a234
Update Riot/Routers/NavigationRouter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 12:08:40 +02:00
SBiOSoftWhare
a2ddf6bf84
Update Riot/Routers/NavigationRouter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 12:02:54 +02:00
SBiOSoftWhare
8afc2836c3
Update Riot/Routers/NavigationRouter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 12:02:06 +02:00
SBiOSoftWhare
6721b99554
NavigationRouter: Refactor notification names.
2021-10-06 15:39:37 +02:00
SBiOSoftWhare
2526ad36fc
NavigationRouter: Handle Presentable <> view controller association.
2021-10-06 15:35:52 +02:00
SBiOSoftWhare
37060ffa45
Add NavigationRouterStore that enables to get a NavigationRouter from a UINavigationController controller instance.
2021-10-05 10:48:52 +02:00
SBiOSoftWhare
aa163238a1
NavigationRouter: Add create and destroy notifications.
2021-10-05 10:48:52 +02:00
SBiOSoftWhare
b2ba92bc36
NavigationRouter: Add convenient methods. Send local notifications when NavigationRouter stack change.
2021-10-05 10:48:51 +02:00
Doug
a4075c89cb
Fix class keyword deprecation warnings everywhere!
...
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +01:00
Stefan Ceriu
43f6c44c78
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
SBiOSoftWhare
fcd5a7ca84
Fix review remarks.
2020-09-24 16:25:10 +02:00
SBiOSoftWhare
ee77304e38
Update Riot/Routers/RootRouter.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2020-09-24 15:11:23 +02:00
SBiOSoftWhare
56c2d440cd
Update Riot/Routers/RootRouterType.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2020-09-24 15:11:11 +02:00
SBiOSoftWhare
9de2260783
Update Riot/Routers/RootRouterType.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2020-09-24 15:10:59 +02:00
SBiOSoftWhare
9bba8bf51e
Add RootRouter used to abstract physical navigation handling at root level.
2020-09-04 13:19:26 +02:00
ismailgulek
bb0c7c0079
Change all navigation controllers to RiotNavigationController's
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 12:12:46 +03:00
SBiOSoftWhare
4789a6ef0e
Add modules property on NavigationRouterType.
2020-01-31 15:02:02 +01:00
SBiOSoftWhare
e67b6fae21
NavigationRouter: Remove reference to former retained view controllers when change the root module.Add navigation logs.
2019-12-10 11:51:17 +01:00
SBiOSoftWhare
e379b0a67b
Update setRootModule method signature in NavigationRouterType protocol.
2019-10-23 17:27:43 +02:00
SBiOSoftWhare
27e0cf1005
Update some copyright years
2019-01-22 17:20:28 +01:00
SBiOSoftWhare
2e052c5645
Introduce routers, used to be passed between coordinators. They handles only physical navigation. Add navigation router to handle navigation with UINavigationController.
2019-01-22 00:10:25 +01:00