Random
Category:
Swift
September 11, 2024
Preventing Memory Leaks and Crashes with DispatchGroup and Weak Self in Swift
June 26, 2024
Improve Swift Code Efficiency: Utilize let for Constants
June 26, 2024
Swift Code Optimization: Best Practices and Performance Boost
June 19, 2024
Video learning series 3: Adding a fade in effect to the watermark
June 19, 2024
Video learning series 2: Exporting a Video with a Watermark using AVFoundation in Swift
June 19, 2024
Video learning series 1: Adding a watermark to a video using AVFoundation in Swift
May 16, 2024
Identifying Performance Bottlenecks in Number Formatter Creation and Usage
May 13, 2024
Handling Navigation Bar and Safe Area Insets in iOS
April 17, 2024
Setting the attributes for a navigation controller
December 12, 2023
Using visual studio code to compile and run projects on Xcode/Simulator directly
September 19, 2023
Leverage method swizzling to test network calls
September 5, 2023
Encrypting a string using kCCAlgorithmAES
March 30, 2023
Using Mirror type in Swift to convert Struct into a dictionary
March 28, 2023
How to call async methods from objective-c
March 28, 2023
How to make your code more Swifty using NS_SWIFT_NAME
October 7, 2022
Using protocols to display different types of json responses from the server
August 23, 2022
Why you should be using nullable/nonnull when calling objective-c code in Swift ?
April 20, 2022
Questions to ask when joining a new company as an iOS engineer
March 9, 2022
Using DispatchGroup to sequentially execute tasks in Swift
March 7, 2022
Implement Merge Intervals in Swift
January 27, 2022
Accessing non static constant in static function of swift class
January 24, 2022
Find out the type of media from URL in Swift
December 27, 2021
Using Result enum in Swift
November 15, 2021
XCTest – Handling camera/photos/location permissions alerts when running UX tests
June 2, 2021
Passing ObservableObject and StateObject between SwiftUI and UIKit
May 26, 2021
Using ForEach in SwiftUI to iterate through Views
March 10, 2021
Find the largest number by swapping adjacent digits if they have the same parity in Swift
January 29, 2021
Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.
May 1, 2020
How to implement a custom Notification Center in Swift
March 15, 2020
1372. Longest ZigZag Path in a Binary Tree
March 14, 2020
Word ladder implementation in Swift
March 8, 2020
Permutations of a string in Swift
March 1, 2020
Magical Candy Bags
February 22, 2020
When do we use [weak self] [unowned] [self]
February 11, 2020
Implementing UIScrollView using constraints without using content size
February 11, 2020
Learning Auto Layout without using Storyboards in Swift
February 5, 2020
How to localize images in iOS/Swift [RTL]
January 14, 2020
All the things you can do using Properties in Swift
January 3, 2020
Using ObservableObject to animate in SwiftUI
January 1, 2020
Struct vs Class in Swift
December 21, 2019
Method swizzling in Swift and ObjectiveC
December 12, 2019
Interoperability between C++, Objective-C, Swift and SwiftUI
December 12, 2019
Fisher Yates In Place shuffle implementation
December 2, 2019
Doubly Circular linked list in Swift using Generics
October 24, 2019
Sample program using timers to update the rows in TableView
October 22, 2019
Different types of Closures in Swift
September 28, 2019
Designated and Convenience Initializers in Swift
September 23, 2019
Reading and Writing to a JSON in Swift
August 22, 2019
Find minimum in a rotated sorted array
August 22, 2019
Fizzbuzz implementation in Swift
1
2
Next
→