Commit graph

36 commits

Author SHA1 Message Date
Gregory John Casamento
bf7df4a693 Correct issue with placeholder returning nil 2020-07-18 23:58:50 -04:00
Gregory John Casamento
39b82a024f Eliminate need for typecast. 2020-07-18 23:21:19 -04:00
Gregory John Casamento
f1a3e5dea6 Centralize logic for resolution of destination controller 2020-07-15 04:55:34 -04:00
Gregory John Casamento
c981f533df Minor formatting changes 2020-07-14 06:13:23 -04:00
Gregory John Casamento
a59f92357a Finish implementing storage of storyboard segue on action. 2020-07-14 04:31:08 -04:00
Gregory John Casamento
1465b10cde Fix special case segue from application scene. 2020-07-08 17:18:58 -04:00
Gregory John Casamento
626c48977a Fix compilation error 2020-07-06 08:30:35 -04:00
Gregory John Casamento
59220e6beb Refactor transform to a different class 2020-07-06 08:15:34 -04:00
Gregory John Casamento
a0afee8fb1 Update comment 2020-07-06 05:35:46 -04:00
Gregory John Casamento
73b03350b6 Remove comments and make improvements to code suggested by fred 2020-07-06 04:40:36 -04:00
Gregory John Casamento
596ee3a0b6 Call generic methods properly from less generic ones. 2020-07-05 23:22:22 -04:00
Gregory John Casamento
1ed5ff16e4 Correct some formatting. 2020-07-05 23:06:53 -04:00
Gregory John Casamento
ca72a59467 Fix some minor issues 2020-07-05 22:58:04 -04:00
Gregory John Casamento
2cd0585079 Make some changes to XPaths to make things a little more efficient. 2020-07-05 22:56:25 -04:00
Gregory John Casamento
647dd1095b Add fast enum for the second loop 2020-07-05 22:31:59 -04:00
Gregory John Casamento
2ed95a86b9 Use fast enumeration 2020-07-05 21:12:02 -04:00
Gregory John Casamento
93fe3a260c Corrections suggested by Fred 2020-07-05 20:42:35 -04:00
Gregory John Casamento
6ddb3b0233 Fix small memory issue 2020-07-05 14:02:20 -04:00
Gregory John Casamento
6bf724ab47 External storyboards are now working 2020-07-05 12:39:34 -04:00
Gregory John Casamento
fa9f75073e Improve logic when finding and showing controller 2020-07-05 12:07:28 -04:00
Gregory John Casamento
cdc934484b Add placeholder logic 2020-07-05 11:14:13 -04:00
Gregory John Casamento
fb2c219a8c Add beginnings of placeholder logic 2020-07-04 17:30:43 -04:00
Gregory John Casamento
41460c80c5 Fix issues with controller instantiation 2020-07-04 14:55:08 -04:00
Gregory John Casamento
7d92caca6f Segue partially working. Commit existing changes 2020-07-04 13:01:26 -04:00
Gregory John Casamento
d4cc1745d4 Relationship segue implemented. 2020-07-02 16:39:40 -04:00
Gregory John Casamento
11b5b4d2d6 Add proxy objects to perform segue 2020-07-02 13:24:48 -04:00
Gregory John Casamento
df3eaafdf3 Fix issue mentioned by fred. 2020-06-28 08:05:07 -04:00
Gregory John Casamento
d0c1d7f403 This should fix old xibs and correct new ones as well 2020-06-23 15:15:09 -04:00
Gregory John Casamento
b03bcf7e4a Fix for xib loading (NSOwner wasn't being set properly) as well as some advances for storyboard loading. 2020-06-23 09:10:08 -04:00
Gregory John Casamento
7a907bea5e Fix issue with crashing when NSStoryboard loads. Change customObjects to proper values for XIB files during transformation. 2020-06-22 07:01:49 -04:00
Gregory John Casamento
4f88808a10 Initial signs of life with Storyboard loading. Able to get menu to load and initial application node. 2020-06-22 02:56:15 -04:00
Gregory John Casamento
ea1667dbe2 Initialize storyboard with document, break it down into scenes. Each scene is, basically, a xib. 2020-06-20 06:58:11 -04:00
Gregory John Casamento
5456b9b5a6 Set main storyboard 2020-06-19 08:53:09 -04:00
Gregory John Casamento
70a3baa428 Load data into NSData for processing in NSStoryboard 2020-06-19 07:45:10 -04:00
Gregory John Casamento
d19d780a90 Add skeleton implementation of storyboard. 2020-06-19 05:15:37 -04:00
Gregory John Casamento
2584386fbc Add storyboard classes. 2020-03-20 05:50:56 -04:00