Tagged: Workflow
There are 12 items tagged #Workflow.
And there a lots of other tags to explore.
There are 12 items tagged #Workflow.
And there a lots of other tags to explore.
Sometimes I forget to create a new branch for a new feature and commit changes directly to the develop branch. Let's learn one way to correct this mistake in git.
I couldn't initiate IntelliSense for a long time because I couldn't find any Keyboard shortcuts for "IntelliSense". If you are in the same situation, I have a solution for you.
macOS is tightly coupled with storyboard and xib than iOS. To build your UI entirely in code, we have to do some initial setup.
It is a hidden gem in Xcode that can save up your coding time. Learn what it is, how to use it, and some use cases.
A new way to create a reusable view.
Testing is a process we do along with our development. Knowing shortcuts would help you save some time, which will add up in the long run.
Create a reusable boilerplate snippet that you can use in the project.
When I want to keep some information or configuration out of a code base and don't want something fancy, I usually save it as Property List file. Let's see how to do it.
Modify AppDelegate or SceneDelegate to support a non-storyboard approach.
How to cache Pods, Ruby gem, and Carthage in your iOS project.
See all tags.