Kjuly / KYCircleMenu

An iOS UI control that allows you to build a circular menu by laying out buttons in a circle pattern adjusting from the number of buttons (1~6).
MIT License
786 stars 154 forks source link

I click on one of the sub-button can not be pushed to the following two views Why? #13

Closed Ianbao closed 10 years ago

Ianbao commented 11 years ago

I click on one of the sub-button can not be pushed to the following two views Why?

Kjuly commented 11 years ago

Do u mean the sample code? Or ur own code? If it's ur own code, can u show me a sample? Or at least describe ur question clearly. Thanks :)

Ianbao commented 11 years ago

I put 'KYCircleMenu' plus in my 'TabBarController' projects in the sub-button is not pushed to the next view, it did not change the code. However, this method is not pushed to go to the next controller

completion:^(BOOL finished) {
    [self.navigationController pushViewController:viewController animated:YES];
}

And I suspect that will not 'Tabbar' a relationship

Kjuly commented 11 years ago

Plz check whether your self.navigationController is nil. :)