Lun Wang

Results 41 comments of Lun Wang

if app is tabbarController based , how will it work ? I am thinking the problem.

@clayallsopp How about ``` [[Routable sharedRouter] map:@"invalidate/:id" toCallback:^(NSDictionary *params) { // preactions like tabBarController changes } toController:[MyViewController Class]]; ```

@clayallsopp ``` [[Routable sharedRouter] map:@"invalidate/:id" toController:[MyViewController Class] withBeforeCallback:^(NSDictionary *params) { // preactions like tabBarController changes ``` } ]; I was aware of that if just add an withBeforeCallback block,Routable can't...

There is no swift3.1 in swiftenv install list 发自我的 iPhone > 在 2017年3月23日,下午6:00,Jin Mingjian 写道: > > @aelam no change to the location form my swiftenv installing. > > For...

Maybe you can provide a brew file as an easier alternative way. make install/upgrade easier, and also it can be used in the future > On 17 Mar 2017, at...

Probably You can't open the project in Xcode either? I had a problem with the x.xcworkspace file not working properly. then I copy an old one from my project, it...

@ericohlin Sorry for confusing you, You check one PR detail in VSCode You can see your own icon and comments with icons I've updated the issue to be more detailed

@alexr00 Sorry for late. The fixed version shows `github icon` for enterprise in my case I debugged this issue, it's an authentication issue, the iconUrl was correct, the avatarUrl is...