-
Notifications
You must be signed in to change notification settings - Fork 448
Custom Class #50
Comments
Hi, |
I added an additional view controller to test that out, and that was the problem. However, now I am experiencing another one. The selected tab moves to the side of the screen, not to the center. Also, How do I make the menu's appearance not opaque? |
Could you give me all the options you set for |
Thanks for helpful info. Also could you tell me what version of |
I am using the version for swift 2. |
I'm digging into more detail with your options and try to tell you what's wrong ASAP. Please wait a bit more. FYI, since Xcode 7 is still beta, any project written in Swift 2.0 can not be submitted at this moment if I'm correct. |
Thank you, I apreciate all of the help. |
I set same options as yours and it works fine on my device. I'll look into more detail and let you know if there is something wrong. |
Please try the latest version and reopen this issue if there is still something wrong. |
Hello,
I am trying to present a custom view controller in the pager controller, but I keep getting the following error printed:
2015-07-28 00:37:36.056 YidKit[529:59574] Attempt to add this NSLayoutConstraint to an engine in which it already exists. This can cause engine corruption. Break on void _NSLayoutConstraintRedundantAdd() to debug. This will be logged only once. This may break in the future.
2015-07-28 00:37:36.061 YidKit[529:59574] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer bounds contains NaN: [nan 0; 375 50]'
*** First throw call stack:
(0x1839844d0 0x198303f9c 0x183984418 0x188808668 0x188808508 0x18903df44 0x18904c11c 0x18900d19c 0x100176a34 0x1001308b4 0x1890261c8 0x189025f50 0x100172bd0 0x10016e400 0x100167dcc 0x100167e00 0x188feb0ac 0x1888125b4 0x18880d1c0 0x1890014e4 0x10016d61c 0x1001681c0 0x100192668 0x1001926c8 0x188fef504 0x189007458 0x18919ae70 0x1890aaf4c 0x1890aac28 0x1890aab90 0x188feb070 0x1888125b4 0x18880d1c0 0x18880d080 0x18880c71c 0x18880c470 0x188fe13ac 0x18393b3f8 0x18393919c 0x1839395cc 0x183869280 0x18e9e00cc 0x189056df8 0x10013655c 0x198b468b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Thank you for the help.
The text was updated successfully, but these errors were encountered: