weissi / FRLayeredNavigationController

FRLayeredNavigationController, an iOS container view controller that works like a stack of paper with an API similar to UINavigationController.
Other
484 stars 61 forks source link

Logic error in FRLayeredNavigationController after XCode update #28

Closed Poplipo closed 11 years ago

Poplipo commented 11 years ago

After the XCode update, I get this logic error after building my project:

Screen Shot 2013-02-14 at 10 59 48

At line 730 in FRLayeredNavigationController: Screen Shot 2013-02-14 at 11 11 14

Any suggestions?

weissi commented 11 years ago

Hi @Poplipo ,

Thanks for the report! Since I'm currently moving to the UK I have hardly any time :-(. I will investigate this issue early March (or earlier).

If you can fix the bug(?), please send a pull request.

Thank you, Johannes

Poplipo commented 11 years ago

Thanks for the fast answer! It's not really a bug, everything still works fine. It just looks a little dirty, I have no idea what's causing it though.

Rien

weissi commented 11 years ago

Ok, as soon as I am comfortable in the UK, I will investigate the issue. Thanks

iOSDevil commented 11 years ago

Don't bother, it's rubbish over here! :)

On 15 Feb 2013, at 10:59, Johannes Weiß notifications@github.com wrote:

Ok, as soon as I am comfortable in the UK, I will investigate the issue. Thanks

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

weissi commented 11 years ago

@iOSDevil , most excellent, thanks :-)

Nevertheless I'll try to work around the warning, looks better to new users :-)

weissi commented 11 years ago

Fixed!