13 Commits
Author SHA1 Message Date
Joshua Stevenson 3c91ae21e8 Add detach button (only enabled when custom window is selected) (#3) 2019-02-12 12:07:12 +01:00
Lukas Kollmer d17f46ed70 update to swift 4, xcode 9.2 2018-03-18 18:03:29 +01:00
Lukas Kubanek 3207006d04 Found a better way to load the ContentViewController 2014-11-05 17:54:57 +01:00
Lukas Kubanek 1e043269c8 Renamed project to DetachablePopoverExample 2014-10-28 22:59:55 +01:00
Lukas Kubanek ff3d564376 Improved the initializer of ContentViewController
http://stackoverflow.com/questions/26263295/the-correct-way-to-override-an-initializer-in-swift-1-1
2014-10-26 22:16:06 +01:00
Lukas Kubanek d95c13bea7 Changed the order of the preferred positions 2014-10-25 23:14:38 +02:00
Lukas Kubanek 79f20bf5a8 Divided the button into two buttons for showing and hiding
This allows repeated showing
2014-10-25 23:04:07 +02:00
Lukas Kubanek 42d2c40187 Added support for custom detached window 2014-10-25 22:40:39 +02:00
Lukas Kubanek 03b82ccf7e Renamed PopoverViewController to ContentViewController 2014-10-25 20:14:09 +02:00
Lukas Kubanek 89283b8cab Removed the custom segue and did the popover handling programmatically
- moved the PopoverViewController to an external XIB file
- added ability to hide the popover
- the instance of the popover and the PopoverViewController are kept and reuse by the MainViewController
2014-10-25 20:03:21 +02:00
Lukas Kubanek e2da704678 Added custom segue which shows a popover according to selected settings 2014-10-25 19:01:39 +02:00
Lukas Kubanek bb4c9ca011 Added UI 2014-10-25 17:42:22 +02:00
Lukas Kubanek dab5f4b402 Improved project structure 2014-10-25 17:19:02 +02:00