Skip to content

Dean151/disclosure-indicators-done-right

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

iOS Disclosure indicators done right

iOS disclosure indicators are hard to get right when you make a universal, that support iPhones and iPads. On iPad, when using a UISplitViewController, the good practice is to not have disclosures indicators. On iPhone, you should have them.

Things get even more complicated when you need to change the size class of your app (for example on iPhone 6 plus from landscape to portrait ; or on iPad with two apps side by side)

This sample code is an example of how I would implement the right behavior. I also wrote a Blog article that explain how I achieved it, and how it works

About

A correct implementation to make disclosure indicator according to Apple guidelines on Universal iOS apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages