Mukesh ShakyaWidget in iOSWidgets display relevant, glanceable information and allow users to quickly access an app for more details. They have been present in other…Jan 14, 20231Jan 14, 20231
Mukesh ShakyaAuto renewing in-app purchase in iOSIn-app purchases are extra content or subscriptions that you buy inside an app. Not all apps offer in-app purchases. Just because an app is…Nov 17, 20211Nov 17, 20211
Mukesh ShakyaTesting Push Notifications in iOS SimulatorPush notifications are used by almost all developers to keep their user engaged with their apps. Push notifications are used to present…Jun 17, 2021Jun 17, 2021
Mukesh ShakyaGenerics in SwiftApple doc says: Generic code enables you to write flexible, reusable functions and types that can work with any type. You can write code…May 10, 2020May 10, 2020
Mukesh ShakyaFull Screen Present on iOS 13 using extensioniOS 13 got some really cool features for us but also it affected our already built app in some way. One of which effect is its default…May 1, 2020May 1, 2020
Mukesh ShakyainAppleCommunityDequeuing custom UITableViewCell and UICollectionViewCell using extension and genericWe use tableview and collectionview with custom cells every other day in our application development process. Today I will be showing you…Apr 26, 2020Apr 26, 2020
Mukesh ShakyaPassword TextField for iOSAlmost every application with login function will contain textfield for inputting the password. As we all know every password textfield’s…Apr 25, 2020Apr 25, 2020
Mukesh ShakyaReducing typo errors with enumHave you ever got no error during compiling and the code does not run as expected when you run it. It can be probably due to typo error in…Apr 25, 2020Apr 25, 2020
Mukesh ShakyaEnum in SwiftAccording to the Swift documentation enumeration is defined as “a common type for a group of related values and enables you to work with…Apr 25, 2020Apr 25, 2020