Arguments Lists too long
Nov 18, 2020, 4:51 PM
This issue usually happens for the Xcode projects involving Cocoapods with more dependencies during [CP] Check Pods Manifest.lock script execution.PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock...
Hi Casper, UI test code should also be as part of the Development Pod, Once u do the pod install…
Oct 2, 2020, 12:37 PM
Hi Casper, UI test code should also be as part of the Development Pod, Once u do the pod install targets would be created in the Pods project where u can see the list of all the files which is being exposed to UI project.Step 1: Go to Pods...
How do we pass ${FAKE_BUILT_PRODUCTS_DIR} value in the fastlane script ?
Aug 6, 2020, 6:46 PM
How do we pass ${FAKE_BUILT_PRODUCTS_DIR} value in the fastlane script ?
Sharing UITests via Cocoapods
Jul 31, 2020, 4:24 PM
Writing tests for any piece of code is important for maintaining the quality of software which brings more confidence to product delivery. In today’s world most of the code are modularized and bundled to a library/pod making it easier to...
Step Indicator in SwiftUI
Apr 12, 2020, 11:23 PM
This SwiftUI iOS cocoapods library is used for indicating step actions for series of steps involved for any task. For eg: if you wanna illustrate the steps for collecting cash from an ATM , steps involved for any loan application....
Progress Animation in SwiftUI
Apr 2, 2020, 1:31 AM
Implement a struct with single Rectangle with index parameter for each view to start and stop the animation programmatically via publisher with PassthroughSubject is passed as a parameter — which sends stream of values from their origin to...
Packing UIKit’s ViewController in SwiftUI
Mar 31, 2020, 1:19 PM
Let’s say if we have any UIViewController to be used on any SwiftUI based app we have to follow below stepsExtend the protocol UIViewControllerRepresentableImplement makeUIViewController and updateUIViewControllerHowever writing a wrapper...
Integrating SwiftUI in UIKit and Build Settings to Xcode.
Jan 17, 2020, 11:03 PM
Follow below stepsMake SwiftUI View readyhttps://medium.com/media/fe3591c55e0dfdfca630d033a6b3d5bf/href2. Include it in UIKit Code like below.https://medium.com/media/4229ae798b1d59163032718d23eac5f5/href3. If the project is supporting...
is there any way to customize the shape of the CAEmitterLayerEmitterShape apart from default ones…
Sep 7, 2019, 4:21 PM
is there any way to customize the shape of the CAEmitterLayerEmitterShape apart from default ones like ( line , cuboid , spehere ) ?
is there any way to customize the shape of the CAEmitterLayerEmitterShape apart from default ones…
Sep 7, 2019, 4:19 PM
is there any way to customize the shape of the CAEmitterLayerEmitterShape apart from default ones like ( line , cuboid , spehere ) ?
Expandable Button in Swift
Sep 2, 2019, 3:58 PM
Idea is to have a stack view of button aligned horizontally or vertically as per specification.Follow below steps:Construct mainStackview for UIImageButtonrootStackView contains series of buttons. ( like $,$$, $$$, etc.. )Pin both...
Bottom Sheet in Swift
Sep 2, 2019, 1:24 AM
Adding a dismissible view controller from bottom of the screen with a notch in 3 simple steps.bottomSheet.gifConstruct SheetViewController which contains ContainerViewController and NotchViewController and set up...