Results 27 comments of Fabio Ritrovato

Right now, the plugin only updates the palette itself, which is still a step above having to manually update it every time a color changes. Updating the colors in the...

Unfortunately that's not really possible at the moment, since Swift extensions have no associated name, I'll keep the issue open but I'm not sure how to handle this case yet...

The control doesn't call tableView:cellForRowAtIndexPath:, so it should be something else... Are you sure you're not doing anything strange when you receive the valueChanged notification? Do you have a sample...

Do you have a screenshot / sample code? It seems working here... ![ios simulator screen shot 16 apr 2015 16 53 57](https://cloud.githubusercontent.com/assets/1456711/7185306/d517cfc4-e459-11e4-84cf-394f653d0bbe.png) ![ios simulator screen shot 16 apr 2015 16...

@mikenew12 sorry for the late reply, but would you be able to send me a sample project with the issue? `navigationBarInset` is supposed to handle the iOS7+ translucent bar which...

Sorry for the late reply, but I think that's working as intended, UIRefreshControl doesn't trigger when you release the finger, but just after scrolling down enough. Unless I didn't understand...

Regarding the background issue, I don't understand why you don't simply change the refreshControl background color. Doing it your way the color is fixed, and that's not always the case...

Thoughts have been given, but time has not been found :/

It should be fixed, but as usual, a round of double checking will be appreciated :)