Uhh thank you very much for such kind words!
Jan 20, 2021, 11:23 PM
Uhh thank you very much for such kind words!
What is the reason to use push/pop but not present/dismiss?
Jan 20, 2021, 11:22 PM
What is the reason to use push/pop but not present/dismiss?Try to check the hierarchy and debug if some methods are not called. Assumption is that when you pop some methods might be not called.
Custom UIViewController transitions in Swift
Feb 27, 2020, 9:08 AM
IntroThis is a tutorial on how to implement a custom transition between two ViewControllers, animating a CollectionViewCell into an ImageView of a ViewController. Below you may see how it looks like. Or check the HD videos here with better...
Hi, thanks for the feedback!
Nov 19, 2019, 2:54 AM
Hi, thanks for the feedback! Unfortunately without looking at the code I can’t help much. The only thing I would suggest is for you to slowly go through implementation one more time. I’m pretty sure there is one super small mistake you did...
To debug and understand the issue It’s hard to just read the code and read the issues that you…
Jul 16, 2019, 7:08 AM
To debug and understand the issue It’s hard to just read the code and read the issues that you wrote down.One thing I could suggest is to make a clean project on obj-c and try to do this again.Also, be attentive to details. Maybe you made...
Good question!
Jul 10, 2019, 8:25 AM
Good question!I took a free image from: https://unsplash.com/And edited it here: https://spark.adobe.com/ within 5 minutes. I really like this tool, it is so fast and easy to create very good posts without having any professional...
5 Tips on working remotely efficiently
Jul 10, 2019, 6:32 AM
TL;DRBe empathetic. Communicate in a way that makes it feels like you’re right next to the person.MotivationI decided to write this article to share the tips I learned from my experience of working remotely. These tips can be useful for...
How to code faster on Mac
Jun 20, 2019, 12:55 PM
MotivationAs developers, we are working with the code a lot. And code eventually is just a text (okay 😄, we all know it is not “just a text”). I often notice that developers are not using keyboard features to edit and write text faster.So...
Thanks!
Apr 1, 2019, 7:51 AM
Thanks!Oh interesting. Do you mean double rent for 2 apartments in Munich or in my hometown + apartment in Munich?
How to find an apartment in Munich, Germany
Mar 30, 2019, 8:47 PM
This is a practical guide with 23 tips on how to find an apartment in Munich. If you are looking for a flat in Munich like I did, I think this is the right place :)A short background about meI recently moved to Munich and had the challenge...
Hello Tammy, I believe that not since Navigation Bar is something that comes from iOS.
Feb 15, 2019, 7:43 AM
Hello Tammy, I believe that not since Navigation Bar is something that comes from iOS. But considering these answers: https://stackoverflow.com/questions/40751366/how-can-i-change-height-of-navigation-bar-swift-3/40751518You can try to...
Thanks for sharing this issue.
Nov 20, 2018, 6:58 PM
Thanks for sharing this issue.I haven’t experienced it. Also, unfortunately, I can’t reproduce it using the demo project from GH. Are you able to reproduce it with that project? If no, then it might be a specific issue in your project. To...