-
/cc @codepathreview
Hey guys – As always, I wish I had ten more hours. I probably spent ten hours on the ray wenderlich custom hamburger menu guide, which I should have been able to implement quicker…
-
I'd prefer the logout button to be a **real** log out. Right now when you sign in via Google login, then logout, you can click Sign in with Google again and it'll jump you past the password step. …
-
@codepathreview lab exercise is ready for review (making up for missing 5/19 class)
-
Some errors arising when using latest GoogleSignIn version (5.0.2)
So downgraded to version 4.4.0 after some stackoverflow research...
... leads to new build errors with the unsupported lines in A…
-
The error is
```
Error MSB3073 The command ""C:\WinObjC\msvc\..\bin\Xib2Nib.exe
" "..\..\Resources\Base.lproj\Main.storyboard" "Debug\Base.lproj\Main.storyboardc"" exited with code -1073741819. Six…
-
I've fixed your example in a fork at https://github.com/mattneub/UnwindSegues
Study of my fix should help you see how these features work.
-
Before this can go live, need to clear all warnings and any error messages printed to the console.
-
Portal in place. Unwind button from Modal. After hitting the unwindToRootVC breakpoint and allowing the app to continue an EXC_BAD_ACCESS exception is thrown. Version 5.1 (5B130a). Call stack below. …
H492 updated
10 years ago
-
Depends on #26
Currently we are using storyboards with segues to manage view controller transitions
I propose moving to a dedicated coordinator object to handle transitions between view control…
-