Ignacio Romero Zurbuchen

Results 142 comments of Ignacio Romero Zurbuchen

Well, I can't install the submodules since they're configured with SSH: `[email protected]:ryanmaxwell/Fragaria.git` `[email protected]:ryanmaxwell/Sparkle.git`

One even easier way is to change the tableView's contentInset, and give to `top` the height value of your custom vien. If that isn't enough and you really need a...

Sorry, this isn't supported yet.

There is an example of how this library works with `UITabBarController`, on the sample project. ![image](https://cloud.githubusercontent.com/assets/590579/23449241/57823f64-fe0a-11e6-9ea4-5fd18dfc2162.png) Please provide your sample project for better understanding, if this is still an issue...

@akievsk did you find any ways to reproduce the issue on the sample project? I haven't experienced any issues with the label. Even tho your changes seem logical, I would...

We initially used a combination of APIs like `UIScrollViewKeyboardDismissMode`, a custom `inputAccessoryView` and KVO for observing it's superview's frame/center, but the transition felt kind of jarring and it was always...

@cbowns agree, we should have done that at least. We will be more careful from now on. Thank you for your feedback 👊

That could be a solution, but will require somewhat medium/large refactor. Anyone up to the challenge?