×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Net Meeting
Tutorix
Login
Packages
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Library
Videos
Q/A
eBooks
Login
Library
Videos
eBooks
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Mohtashim M
has Published
35
Answers
How to prevent the screen from sleeping in iOS?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 16-Dec-2019 16:58:21
In this post we will be seeing how to prevent screen from sleeping in iOS.So, let’s get started.Copy the below line of code in viewDidLoad method in ViewController.Swiftoverride func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. UIApplication.shared.isIdleTimerDisabled = ...
Read More
How to create Tab Bar Layout in an iOS App?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 16-Dec-2019 16:56:48
In this post we’re going to see how one can use tab bar layout in their application.As per apple’s documentation −A tab bar appears at the bottom of an app screen and provides the ability to quickly switch between different sections of an app. Tab bars are translucent, may have ...
Read More
How do I programmatically “restart” an iOS app?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 16-Dec-2019 16:53:41
You cannot restart an iOS Application in any case, even if you’re able to do using some private api your application will be rejected by Apple and will not be considered for App store release.
How to create a file, write data into it and read data from it on iOS?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 16-Dec-2019 16:51:25
Being a software developer we should be always aware of how to play with files, write to a file, read from the file and so on.In this post we are going to learn the same, we will be creating a file and writing the data to the file and later ...
Read More
How to send an attachment in email using Swift(ios)?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 23-Oct-2019 12:35:25
Knowing how to send attachments in the email is very important since most of the application has sharing features. Hence having hands-on experience is important.In this post, we will be seeing how to send an attachment in the mail using Swift.So, let’s get started.For this, we will be using MFMailComposeViewController, ...
Read More
How to call a method after a delay in Swift(iOS)?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 23-Oct-2019 12:10:00
In this post, we will be seeing how you can delay a method call using Swift. Here we will be seeing how you can achieve the same in two ways, So let’s get started, We will be seeing both the example in Playground, Step 1 − Open Xcode → New ...
Read More
How to rotate an image in imageview by an angle on iOS App using Swift?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 23-Oct-2019 12:06:31
Images are everywhere almost in all application, you might have come across many applications like gaming applications where you see images getting rotated.So, In this post, we will be seeing how to rotate the image in an image view by an angle in an iOS application.So, Let’s get started, Step ...
Read More
How to generate Unique ID of device for iPhone/iPad using Swift?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 30-Aug-2019 15:12:09
UDID(Unique Device Identifier) − A sequence of 40 hexadecimal characters that uniquely identify an iOS device.Since from iOS 5, Apple has deprecated the UIDevice unique identifier, that means the traditional way of getting the unique id. Apple removed the truly unique identifier and introduced an identifier for each vendor i.e ...
Read More
How to add 1 day to a Date in iOS/iPhone?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 30-Aug-2019 15:09:53
A Date value encapsulates a single point in time, independent of any particular calendrical system or time zone. Date values represent a time interval relative to an absolute reference date.Here we will be seeing how to add 1 day to date, For this, we will be using Playground, Copy the ...
Read More
How to create Picker programmatically from array in iOS?
iOS
Apps/Applications
Mobile Development
Mohtashim M
Published on 30-Aug-2019 15:05:05
A picker view displays one or more wheels that the user manipulates to select items. Each wheel—known as a component—has a series of indexed rows representing the selectable items.UIPicker is one of the important components and almost used in most of the applications. You’ll see them mostly in form-based applications.You ...
Read More
1
2
3
4
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout