Mark Alldritt
Mark Alldritt
I don't believe this is possible. UIStoryboard only provides APIs for loading viewControllers, not views. https://developer.apple.com/documentation/uikit/uistoryboard I suppose you could load a view controller from your storyboard, and try to...
I use CocoaPods for my work and I’m not going to be able to install and learn Carthage due to other commitments. If someone wants to work out Carthage support...
Unfortunately, @pedrodelavega 's suggestion didn't work for me. After hacking around, I've found this solution: First, add an observer for the KeyboardDidAppear notification to your FormViewController subclass: ``` NotificationCenter.default.addObserver(self, selector:...
It turns out my solution is imperfect. While the code shown above corrects the initial auto-scrolling problem it does not solve all the issues. If you long tap on the...
@palla89 I re-tested the fix I posted from April on iOS 12.1 and it seems to be working properly. I'm not sure what's changed, but it all seems to be...
No, nothing yet.
Thanks for the suggestion. Because of the way color category labels are presented, I think the entire control would need to be redesigned for a single row of colors. I've...
Carthage support was contributed by another user at some point. As I don't use Carthage I'm not monitoring it to keep it working. I'm happy to receive pull requests for...
Thanks for your interest in UI Browser. I've enabled the discussion facility for this repo. Please go ahead and try to get something going here. Once I have some bundles...
Yes, I see the problem. This seems to be a consequence of how the NSLayoutManager's enumerateLineFragmentsForGlyphRange method works. Since there are no characters on the last line, there are no...