XCode 6.3.1 & iOS 8 - assigning a views frame property throws exception -


i try set frame property of uiview object - worked fine before upgraded xcode 6.3.1, throws nsinvalidargumentexception.

this line:

contentviewcontroller.view.frame = self.contentcontainerview.bounds; 

now throws this:

nsexception thrown : *** -[nsorderedset initwithorderedset:range:copyitems:]: ordered set argument not nsorderedset 

i presume it's code executed part of setter frame property - else seen happening ?


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -