-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
21 lines (16 loc) · 778 Bytes
/
Readme.txt
File metadata and controls
21 lines (16 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LayoutManagers Fork Version 0.1 (Forked from LayoutManagers Version 0.6)
To start using LayoutManagers Fork:
+ copy the Classes/LayoutManagers directory into your project;
+ familiarize yourself with example usage from LayoutManagersAppDelegate;
Project homepage is located at: https://github.com/RefuX/LayoutManagers-Fork
Improvements over LayoutManagers Version 0.6:
- GridLayout
Aims:
- Provide an easier way to do dynamic layouts in iOS.
- Currenly if you have a UI where elements may or may not be displayed, the code is very icky.
This simplfies the layout.
- Also aim to be NIB file friendly, I like to do my UIs in Interface Builder, I assume you do to.
Todo:
- Create an example using NIB files
- Improve examples
- Made inital values more NIB friendly