Yosuke Ishikawa

Results 8 comments of Yosuke Ishikawa

APIKit doesn't include Rx support at this time, but you can implement it easily [like this](https://github.com/tryswift/RxPagination/blob/master/Pagination/Session+Rx.swift).

Hi @kdawgwilk. Thank you for your interest in this project. Currently, this project is on very early stage, and doesn't have enough capability for production app. I'm planning to introduce...

Hi @usatie, I use DIKit in production app from 2017. This library will be maintained because I will continue to use this library this year too. By the way, from...

In my environment (Xcode 5 beta 4, iOS 7 beta 4), it works fine. Please tell me your environment (ex. version of Xcode and iOS) and what the difference between...

I tried to reproduce this issue, but I could not. so I refactored some code managing indicatorView and gumView to prevent this bug. please test the new version (1.1.1), and...

Sorry, ISRefreshControl.attributedTitle is not supported for now. I will work for this feature as soon as possible.

This library does not have the interface to set current page programmatically, but you can set scrollView.contentOffset and pageControl.currentPage by following code. ``` objectivec NSInteger page = 1; CGPoint contentOffset...

I will check it. > Is there a way I can force the table view to move down? In `ISRefreshControl`, the method managing insets of `UIScrollView` is `setTopInsetsEnabled:completion:`. To call...