Category: iOS Development
English Posting for iOS development
-

How to install IPA file on iPhone device
To install IPA file on iPhone device, use Apple Configurator app
-
iOS Security: Certificates, Code Signing, ATS, and CryptoKit
Security topics are common interview question. I summarized what is Certificate, Provisioning, Code Signing, App Transport Security and CryptoKit.
-

Laid Off at 40: My Senior iOS Interviews with Google, Meta, and Amazon
My experience interviewing for senior iOS roles at Google, Meta, and Amazon after being laid off at 40, including preparation and interview rounds.
-

Core Animation Basics
Core Animation fundamentals for iOS developers. Learn how bitmap-based rendering, layers, and animation work together to create smooth visual effects in your apps.
-

Socket Programming using Vapor and URLSessionWebSocketTask
Build a real-time Swift chat app with a Vapor WebSocket server, URLSessionWebSocketTask client, and shared Xcode workspace.
-

iOS, Useful Bit Manipulation Techniques
Learn practical bit manipulation in Swift, including AND, OR, XOR, shifts, bit checks, counting set bits, and reversing bits.
-

Learn Mobile System Design from Apple’s UIKit Samples
Learn mobile system design from Apple’s UIKit sample projects, including state restoration, data management, and multi-window architecture.
-

Shortest-Path Algorithms in Swift: Dijkstra and Bellman–Ford
Graph shortest path algorithms explained for iOS developers. Learn Dijkstra’s and Bellman-Ford algorithms with Swift implementations for weighted and unweighted graphs.
-

What Sorting Algorithm Does Swift Use?
Explore Swift’s sorting implementation, how it relates to TimSort, and where to find the relevant code in the Swift standard library.
-

iOS, Find least common ancestor from 2 UIViews
Find the least common ancestor of two UIViews in iOS. Use recursive calling or the superview property to traverse the UIView tree data structure in Swift.









You must be logged in to post a comment.