An iOS world-time app written in Swift to demonstrate the benefits of treating view-state as a separate model.
Stars
103
Forks
9
Watchers
103
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Removed debug example that doesn't match current code.
1e2d38cView on GitHubAvoid reloadData from stomping on contentOffset changes.
e355362View on GitHubUse a segue for detail presentation – it's less code and it more closely matches the non-view-state version.
d92ae0aView on GitHubFixed some transition bugs and included debug code (commented out) that trigger one of the bugs for demonstration.
b98ddf6View on GitHub