EdwardHinkle / remark

A fun social reader for iOS/macOS using IndieWeb technology
https://eddiehinkle.com/2019/05/08/5/article/
MIT License
9 stars 0 forks source link

Each channel should remember the last item in view #19

Open EdwardHinkle opened 6 years ago

EdwardHinkle commented 6 years ago

Every channel should remember the tableview cell located at the top when viewWillDisapear is called. On viewDidLoad, the TableView should start with the same cell at the top

EdwardHinkle commented 6 years ago

https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CoreData/nsfetchedresultscontroller.html

https://developer.apple.com/documentation/coredata/nsfetchedresultscontroller/1622306-indexpath

https://stackoverflow.com/questions/22292079/get-indexpath-of-core-data-object-in-uitableview

https://stackoverflow.com/questions/33338726/reload-tableview-section-without-scroll-or-animation?rq=1

https://stackoverflow.com/questions/10269587/uitableview-move-to-cell