kissfro
kissfro
Found this also: ``` @constant kSecAttrSynchronizable Specifies a dictionary key whose value is a CFBooleanRef indicating whether the item in question can be synchronized. To add a new item which...
I managed to fix this problem. I had to rewrite the toggle:hide method using the animateWithDuration block instead of UIView beginAnimation. Reason I did this was to take advantage of...
Actually, there is a bug in the above code. If you double tap while the bars are showing, the nav bar will disappear when it shouldn't. Honestly the solution I'm...
I tried that out Andy it doesn't seem to work for me. Did you do anything else different?