Re: Need Help with Swift
Re: Need Help with Swift
- Subject: Re: Need Help with Swift
- From: Stevo Brock <email@hidden>
- Date: Sun, 06 Dec 2015 21:14:42 -0800
So, as it turns out, when I went to start “cleaning things up”, things started to get ugly again. In the end, given some other small design changes and the crazy amounts of time this was sucking up, I ended up just ripping it all out and going with straight-up classes and just subclassing and duplicating as necessary.
Thanks everyone for all your help.
-Stevo Brock
Sunset Magicwerks, LLC
www.sunsetmagicwerks.com
818-478-9758
> On Dec 4, 2015, at 12:12 AM, Roland King <email@hidden> wrote:
>
>
>> On 4 Dec 2015, at 16:07, Stevo Brock <email@hidden> wrote:
>>
>> This seems to do the trick.
>>
>> I wasn’t able to just do ABC.class, as the “.class” wasn’t registered as valid.
>>
>> What I ended up with was a static method on the class, and calling the static method, and voilà! Everything is working.
>>
>> So now to clean things up…
>>
>> Thanks guys so much for your help.
>
> well that’s just a whole bunch of ugly. Before you get TOO far, try and optimized release build, make sure it doesn’t go optimize that out and break it all again. You know these compilers love to leave the best until last.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden