Saturday, February 9, 2019

Login Screen with Scrolling

Handling scrolling with text fields in iOS is a real pain. I sought to make this easier with the use of a table. A table handles scrolling with text fields automatically; saving me from employing a lot of code to respond to all the things happening.
My patrons have access to all the assets and project files for this and over 65 other projects on my Patreon site: https://www.patreon.com/posts/24587583
Become a patron before February 17th, 2019 and get a special, limited edition sticker and button! Details: https://www.patreon.com/posts/special-offer-24443282

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...