doukasd / iOS-Components

Misc components for the iOS. Just random stuff really but hopefully useful.
http://dev.doukasd.com
246 stars 63 forks source link

issue at starting up #5

Closed unpluggedk closed 11 years ago

unpluggedk commented 11 years ago

hi, i am using the multidialcontroller in one of my projects and i have encountered a small problem. a weird one perhaps.

the problem is this:

i have this uiview class, say A, which has a multidialcontroller and i initialize this before adding it on to the main view. i after this, i add this controller to the main view and it shows the controlller alright.

however, if i invoke spintorandom in viewdidappear, the device goes into a 'pause' mode and then gets a bad memory access.

funny thing is that when i do multiviewcontroller.dial4 selectString, before I do the spin, it works fine. if i do dial1 ~3 it doesn't.

any suggestions ?

unpluggedk commented 11 years ago

my mistake. all working fine. Thanks

doukasd commented 11 years ago

Ah, good to hear it!

On 24 Sep 2012, at 17:12, unpluggedk notifications@github.com wrote:

my mistake. all working fine. Thanks

— Reply to this email directly or view it on GitHub.