Open in app
Home
Notifications
Lists
Stories

Write
Lucky Mehndiratta
Lucky Mehndiratta

Home

4 days ago

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 it from the date picker. Below is some useful method for Date Formatting. extension Date { func string(format…

Swift

2 min read


May 10

Use HEX Color code String in iOS- Swift

Sometime 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 color with HEX Color code string and use it as per your requirement. extension UIColor { static var random: UIColor { let r:CGFloat…

I OS

2 min read


May 9

Best way to use Font Name using enum in iOS-Swift

As 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 size from the storyboard inspectors. We can use this way to set the font and size of the text throughout the project. Maybe…

I OS

2 min read


Mar 12

Upload dSYM to Firebase using terminal-iOS

Today we will upload the dSYM to Firebase using the terminal by following the steps. 1. Go to your project setting in the Xcode and select the DWARF with dSYM File in the Debug Information Format of Build Options. 2. Go to Window->Organizer. Select the archive for which you want to upload…

I OS

2 min read


Feb 12

Bar Chart in iOS using Swift — Charts

Today we will show Bar Chart using the charts library in iOS with the help of Swift Language. Why do we need this? Sometimes there is a requirement to display the data in some format so that users can understand the resulting outcome throughout the time period, There are lots of ways…

Charts

4 min read


Jan 22

Run your First GraphQL Operation Type(query)-Swift

Today we will run our first GraphQL Operation Type(query) using swift Language with setup in the Xcode. For the implementation of the GraphQL API in iOS using swift language, we need to set up the Apollo library for it. Apollo library can be added to the Xcode project as per…

I OS

5 min read


Jan 15

Integration of Apple Pay-Swift

Integration of Apple Pay-Swift Apple Pay is provided by Apple to get the amount from end-user for their order in an easy, robust, efficient manner. Its integration is easy for the developer too. Before the Integration of Apple Pay in our iOS mobile application, we need to understand the user…

Apple Pay

3 min read

Lucky Mehndiratta

Lucky Mehndiratta

iOS & Flutter Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable