Aman Aggarwal

Change UIButton size as per title text length

In this tutorial, we will learn how to alter UIButton size as per button title text length. UIButton does not increase its size, when we change tittle of UIButton dynamically or programmatically in swift. When we create a UIButton in storyboard, and set a large title to it in our ViewController class. Then the size

Change UIButton size as per title text length Read More »

Swif tutorial – Send email with attachment in swift

Intro to tutorial on how to send email with attachment in swift  In this tutorial, we are going to learn how to send email with attachment from our iOS app which we will made using swift language. We are using xcode version 10 for this tutorial. So please follow below steps to learn how to

Swif tutorial – Send email with attachment in swift Read More »

Animate uilabel using CATransition animation

Animate UILabel using CATransition Animations plays an important role in mobile app, as an app with animation looks more appealing with a cool design. We can animate any control inherited from UIView class in iOS SDK using different methodologies or classes provided within the iOS SDK. In this tutorial, we will learn how to animate

Animate uilabel using CATransition animation Read More »

iOS App Localization: Change app language and app design layout from inside of the app without changing device language

iOS App Localization iOS app localization, the term is almost self explanatory to most of the mobile developers. If you are not aware of app localization then with app localization, it means that an app ability to support multiple languages. Since the majority of people in this world speaks and understand their country native language

iOS App Localization: Change app language and app design layout from inside of the app without changing device language Read More »

How to add video as background in IOS SDK

In this post, we will learn how to add video as background in our iOS application. To achieve this, we can use AVPlayer class. Let’s us start, first create a new project with single view application and name it “BackgroundVideo-Demo”. Steps to add video as background in objective c Open your ViewController.m file and create

How to add video as background in IOS SDK Read More »