Detect screenshots taken in your iOS app.Recently I came across an interesting feature where our app would notify when the user takes a screenshot.Jul 141Jul 141
Swift — Add a textField as inputAccessoryViewI recently encountered a situation that demanded a keyboard featuring an attached text field with a customized UI. This was necessary…Jan 28Jan 28
Testing private functions in swiftAs a developer, considering writing Unit Tests should always be a priority.Nov 14, 20233Nov 14, 20233
Lenskart iOS Interview Experience (2023)Hey all, here’s my interview experience for Lenksart. So there are usually 3 technical rounds, the first being a screening round.Sep 10, 20232Sep 10, 20232
Swift In-Out (inout) parametersSwift functions take parameters that are constants and cannot be changed.Aug 3, 20231Aug 3, 20231
QR Scanner in SwiftAlmost every app now has QR be it authentication, more info and much more. Today let's dive right in and check how we can add a QR scanner…Sep 12, 20221Sep 12, 20221
Property wrappers in SwiftAs the name goes, property wrappers in swift is a type that wraps the value with additional logic to it apart from just read and write.May 25, 2022May 25, 2022
@StateObject property wrapperSwiftUI provides us with the @StateObject property wrapper which is essential for state management.May 23, 2022May 23, 2022
Adding iPad support to your iOS appThe screen sizes vary for iPad and iOS apps, which requires different constraints every time you switch your device.Mar 9, 2022Mar 9, 2022