You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# BDBPopupViewController
2
2
3
-
BDBPopupViewController is a UIViewController category for presenting custom view controllers modally. Using this category makes it trivial to present a view modal view controller that defines its own size and allows for a much more customized feel than is possible using Apple's built-in view controller presentation methods.
3
+
BDBPopupViewController is a UIViewController category for presenting custom view controllers modally. Using this category makes it trivial to present a modal view controller that defines its own size and allows for a much more customized look and feel than is possible using UIKit's default view controller presentation methods.
4
4
5
5
Take a look at the PopoverViewDemo Xcode project to get started quickly.
6
6
@@ -43,4 +43,4 @@ The popup view controller slides in from the top of the screen with a bounce eff
43
43
44
44
## Credits
45
45
46
-
BDBPopupViewController was created by [Bradley David Bergeron](http://www.bradbergeron.com).
46
+
BDBPopupViewController was created by [Bradley David Bergeron](http://www.bradbergeron.com).
0 commit comments