Kevin Lin

Results 18 comments of Kevin Lin

@gerchicov-bp I think you could set a default value for `fields` in the `Parameters`.

@Gargo Hi, which part are you referring?

@lhyhsx 请问按时缓存的意思是 “一个请求在一定时间内如果被再次调用,就直接返回结果,不请求服务器” 吗?

One potential way to achieve this is: - set opacity of background view of STPopupController to 0 by default; - handle touch move event of "handle" view; adjust the height...

Hi @7er0 , could you upload a screenshot? Is this a new issue introduced in 1.8.4?

@rokoroku I think you could get the top-most view controller by viewController.presentingViewController if you the "viewController" is in popup. viewController.presentingViewController is referring o the "containerViewController" in this case.

@rokoroku may I know why you would use isKindOfClass for checking the top-most view controller? Is it for detecting if a view controller is presented as a popup?

@Errortype520 broken means the popup is not showed at all?

@rahulsingh1101 I think the example project doesn't include the photo library usage description in info.plist, which causes the crash. Will fix this when I'm free.

@AnthonyMDev Thanks for the suggestions. The reason I haven't supported all the navigation controller functions is I want to keep it simple and most of the time we don't need...