Shibuya Yukito
Shibuya Yukito
Thanks for greate library. I use DOFavoriteButton to UITableViewCell. And I use autolayout. I change the button image per cell, because each cell have each state. Then, it takes long...
We need to set `apns-priority` and `apns-push-type` for header from iOS13. Is there any option to set these properties? https://developer.apple.com/videos/play/wwdc2019/707/?time=800
Thanks for nice library! This library be more useful if user can dismiss by swipe action like Twitter.
> Download the project and build it, and then relaunch Xcode. I tried this, but I can't use Lin.
I want to limit child amount. ``` object false child @chat_groups, root: :chat_groups, object_root: false do child :messages, root: :messages, object_root: false do attributes :id end end ```
I use bellow code, but sloppy swipe not work while UIScrollView scrolling cf. https://github.com/fastred/SloppySwiper/issues/13 @interface SloppyScrollView : UIScrollView @end ``` - (BOOL)gestureRecognizerShouldBegin:(UIPanGestureRecognizer *)gestureRecognizer { CGPoint velocity = [gestureRecognizer velocityInView:self]; if(velocity.x...