Fille

Results 20 comments of Fille

yes, me too. would love to see multiple sections supported ♥

No, I have not. I moved to another solution based of http://www.raywenderlich.com/63089/cookbook-moving-table-view-cells-with-a-long-press-gesture Thanks though :)

+1 for being able to find jobs by data.

sorry for not being clear. i ment like @btmdave was suggesting. through the queue object. the search you are talking about is through the express http api right ?

Yes, I wonder too. I am looking for something exactly like this. I will try using it but it feels a little worrying that the last commit was so long...

🥰 .. pleeease, add desktop support. we are releasing a desktop version of out app within a month or two and it would be great to not have to use...

Thanks @rainypixels for your estimatedHeight caching solution it works like a charm. I have bumped in to a few problems though. They are both related to resizing of cells. I...

Hi again. I forked this repo to showcase the problem I tried to describe in the post above. https://github.com/IMGNRY/TableViewCellWithAutoLayoutiOS8 I have implemented the estimated height cache and when tapping on...

Hmm. I think I have found a solution. If I switch the animation from UITableViewScrollPosition.**None** to UITableViewScrollPosition.**Middle** Before: ``` tableView.scrollToRowAtIndexPath(indexPath, atScrollPosition: UITableViewScrollPosition.None, animated: true) ``` After: ``` tableView.scrollToRowAtIndexPath(indexPath, atScrollPosition: UITableViewScrollPosition.Middle,...