Doug
c411097256
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
b00d07ffca
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
37b7d3d8ce
Fix review remarks.
2020-09-24 16:25:10 +02:00
SBiOSoftWhare
e471a7f192
Update Riot/Routers/RootRouter.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2020-09-24 15:11:23 +02:00
SBiOSoftWhare
e998f84e59
Update Riot/Routers/RootRouterType.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2020-09-24 15:11:11 +02:00
SBiOSoftWhare
19b314342a
Update Riot/Routers/RootRouterType.swift
...
Co-authored-by: manuroe <manuroe@users.noreply.github.com >
2020-09-24 15:10:59 +02:00
SBiOSoftWhare
99595bd3c0
Add RootRouter used to abstract physical navigation handling at root level.
2020-09-04 13:19:26 +02:00
ismailgulek
859ac6b89c
Change all navigation controllers to RiotNavigationController's
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-05-22 12:12:46 +03:00
SBiOSoftWhare
ed832f1770
Add modules property on NavigationRouterType.
2020-01-31 15:02:02 +01:00
SBiOSoftWhare
9e2d2ffb51
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
2d853f6ca6
Update setRootModule method signature in NavigationRouterType protocol.
2019-10-23 17:27:43 +02:00
SBiOSoftWhare
1f4fdadb07
Update some copyright years
2019-01-22 17:20:28 +01:00
SBiOSoftWhare
4582938b44
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