Skip to content

Commit 380b5f3

Browse files
committed
Update README.md
1 parent 08b5d15 commit 380b5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DRWindowController
22
=========
33

4-
An Objective-C / Cocoa Touch class for managing a vertical "stack" of UIViews and UIViewControllers. This is a useful alternative to adding additional UIWindows to an application or having an unorganized appraoch to adding subviews to the main UIWindow. The Z-position of views can be specified to let you arrange which views are in front of others.
4+
An Objective-C / Cocoa Touch class for managing a vertical "stack" of UIViews and UIViewControllers. This is a useful alternative to adding additional UIWindows to an application or having an unorganized approach to adding subviews to the main UIWindow. The Z-position of views can be specified to let you arrange which views are in front of others.
55

66

77
## Example ##

0 commit comments

Comments
 (0)