Category: iOS
Sep 02, 2021 iOS
How to Setup the Product Flavour in iOS Xcode
Creating a Different Product Flavors in iOS Product Flavour in iOS :Whenever we are creating a iOS App we needed to create different build in different Environment. multiple Environment are of different Http request they may be UAT, Sit or…
May 25, 2021 Swift
Swift code documentation generator with Jazzy
Swift Documentation Generation Table of Content: Terminal Setup Install Ruby Swift code documentation generator Swift code documentation generator :Every programmer is obsessed with programming Documentation. To reduce this problem we can use jazzy Documentation. Swift requires documentation of code Swift…