Handle Multiple DataType in the Same JSON Response KeyIf you are facing an issue with multiple datatype values getting in the same JSON response key then you can try this one. enum…Jan 16Jan 16
Integrate SwiftLint into your project-SwiftSwiftLint helps you to follow the style guide rules that are accepted by the Swift community. Follow the following steps to integrate the…Jul 29, 2022Jul 29, 2022
Pull-to-Refresh →SwiftUISometimes we need to refresh the data list on the screen so that we will get the latest data from the backend. So, Pull-to-Refresh comes…Jul 24, 2022Jul 24, 2022
Swift REST API call using AlamofireHere we are going to get the data from the backend using REST API by Alamofire library. Whenever we are going to convert our dummy data…Jul 23, 2022Jul 23, 2022
Check Network Connection-iOS(Swift)We need to check the network connection using swift in the iOS Mobile Application development before hitting the API or showing the network…Jul 2, 2022Jul 2, 2022
UIView or UIButton Gradient-iOS(Swift)Sometime we need to set the gradient on the UIView or UIButton as per the project requirement so here is some code that can be used in your…Jul 2, 2022Jul 2, 2022
Date Extension-iOS(Swift)Sometimes we need to modify the date format as we got it from the server to display on the UI or we need to send it to the server as we got…May 18, 2022May 18, 2022
Use HEX Color code String in iOS- SwiftSometime we need to create custom app colors and use it to through out the project with HEX Color code String. Below is the way of create a…May 10, 2022May 10, 2022
Best way to use Font Name using enum in iOS-SwiftAs we need to add the custom font style in our project as per the client’s requirement so rather than using or setting the font name and…May 9, 2022May 9, 2022