JLRoutes icon indicating copy to clipboard operation
JLRoutes copied to clipboard

URL routing library for iOS with a simple block-based API

Results 11 JLRoutes issues
Sort by recently updated
recently updated
newest added

When I tried to route a specific pattern Im facing ambiguous behaviour which conflicts with wildcard pattern I tried these patterns; ``` case 1: /*/tz/tm/paid case 2: /*/tz/tm/checked ``` it...

On checking out version 2.1 and attempting to build my app I am seeing multiple errors regarding the imported header files. `/:1:1: Umbrella header for module 'JLRoutes' does not include...

Because now I am working on a iOS project written in pure swift, I like JLRoutes, so I translate it to Swift 5, all usage is the same as JLRoutes

Can I pass objects directly when passing parameters inside the app?

“Routes typically route packets based on a routing table (an optimal path table stored to various destinations);”. So, I think that routing only needs to be registered once through the...

static NSMutableDictionary *JLRGlobal_routeControllersMap = nil; + (void)unregisterRouteScheme:(NSString *)scheme { [JLRGlobal_routeControllersMap removeObjectForKey:scheme]; } + (void)unregisterAllRouteSchemes { [JLRGlobal_routeControllersMap removeAllObjects]; } Multithreaded is not safe. You can refer to https://github.com/codesourse/WERouter

Thanks for open sourcing such a great project! After reading the README documentation, I just couldn't understand the *Handler Block Helper* part. The README documentation says: > This is specifically...

Hi team, Is there a plan to include the PrivacyInfo.xcprivacy manifest as required by Apple? ref: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Thanks, Boyan