Posts

Post not yet marked as solved
1 Replies
3.1k Views
I am developing an app for tvOS that uses a datasource that is sectioned by date. I have a nice layout using prototype cells and section headers. However, unlike iOS, I am not seeing my section headers stick to the top as we scroll through the list of items. When the section header scrolls off the screen, the user loses context of where they are.Has anyone implemented a tableview using tvOS that uses sections headers and has been able to keep the section header "stuck" to the top until scrolling into the next section?On Stackoverflow someone mentions them not being supported for tableviews on tvOS. However, I cannot find this in Apple's documentation.http://stackoverflow.com/questions/34284268/tvos-9-1-uitableview-header-view-does-not-float
Posted
by SSDev.
Last updated
.
Post marked as solved
1 Replies
1.2k Views
I am working with Xcode 11 Beta 2 and attempting to add a Mapping Model file to my project(File -> New -> File -> iOS -> Core Data -> Model Mapping)However, as soon as the first pane pops open (Mapping Model Source Data Model), it is completely blank. The next button (where we normally select the destination model) is disabled. I have multiple model version in my project. I even created a really simple new app with two versions of a trivial data model and have the same effect.Has anyone else encountered this and/or have a way around it?I filed a bug through Feedback Assistance already
Posted
by SSDev.
Last updated
.