Wednesday, February 6, 2019

Rounded Corner Table Sections

Worked out a couple different ways in iOS to create table sections with rounded corners. I'm using a section header combined with a section footer to provide the rounded corners. The rows in between are variable.

Created a layered navigation header so the table scrolls in between the layers for a cooler effect.

My patrons have full access to all the assets and source code used to create this, as well as over 60 other projects: https://www.patreon.com/posts/project-files-on-24334943

Become a patron before February 17th and get bonus rewards!

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...