Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.06 KB

ADFullScreenDetailView

ADFullScreenDetailView is an iOS library that provides an easy to implement and user friendly customizable detail view that takes command of the full screen while employed.

Screenshots

The view will automatically size based on the lenght of the text in both the title and detail fields
![Alt text](https://github.com/agilemd/ADFullScreenDetailView/blob/master/Screenshots/screenshot_small.png?raw=true) ![Alt text](https://github.com/agilemd/ADFullScreenDetailView/blob/master/Screenshots/screenshot_half.png?raw=true)
If the text is too long to fit in the view it will become scrollable
![Alt text](https://github.com/agilemd/ADFullScreenDetailView/blob/master/Screenshots/screenshot_full.png?raw=true)
If desired, one can hide the navigation buttons. This is useful and prefered if there are no more than one piece of information the user to navigate through.
![Alt text](https://github.com/agilemd/ADFullScreenDetailView/blob/master/Screenshots/screenshot_nobuttons.png?raw=true)