#how to make an ios app
Explore tagged Tumblr posts
ktrkathir · 2 years ago
Text
How to add Watermark on UIImage in swift
Learn Swift programming
Hello, Today we are going to learn how to add watermark(Text/ Sign) on UIImage. This is a simple way to add text in particular position. Implement this function in UIImage extension #01 Implement Add Text on Image // MARK: - Adding texts/ Water mark on image func addTextOnImage(drawText text: String, atPoint point: CGPoint? = nil) -> UIImage { let textColor = UIColor.white let textFont =…
View On WordPress
0 notes
acquaintsofttech · 5 years ago
Text
How To Make An iOS App For Business Branding | Acquaint SoftTech
Tumblr media
Need an iOS app for business branding? Hire iOS app development company USA to make a winsome iOS app. Step by step guide on how to make an app for app store, free iPhone app maker, tools, iOS app development services.
0 notes
Link
Tumblr media
iOS 9 is currently the most popular OS version for Apple devices, with an adoption rate of 84%. It’s growing fan base can be credited to some of the amazing features that have been added to the latest iteration including enhancements made to the keyboard, battery, performance, security, Safari, Siri, etc.
This has also increased the demand for more iOS 9 developers that can create apps to include all of the features and enhancements that come with this OS. Do you want to start creating some top notch apps for iOS 9, but don’t know where to get started? Do you want to boost your earnings significantly but don’t know how to write XCode?
Use Coupon Code : Offer10 To Get this Course at just $10.
0 notes
ktrkathir · 2 years ago
Text
How to compressed an UIImage in Swift
Learn swift programming today.
Hello, Here we are going to learn how to compress our UIImage and then how to convert Base64 String. Let’s implement one by one. #01 Compress Image Data /// Compress image to Data /// - Returns: Compressed Data of UIImage. public func compressedImageData() -> Data? { return self.resized(sizeReduce: 0.5)?.jpegData(compressionQuality: 0.3) } Here I implemented a function of CompressedImageData…
View On WordPress
0 notes
ktrkathir · 3 years ago
Text
iOS 15, iPadOS 15 Compatible devices. - WWDC 21
iOS 15, iPadOS 15 Compatible devices. – WWDC 21
Then iPadOS
Tumblr media
View On WordPress
0 notes
ktrkathir · 4 years ago
Text
Side menu implementation Swift
Side menu implementation Swift
A Step by step tutorial about Integration and Implementation of Left sideMenu and build an iOS App
Here I Implemented tableView with SideMenu SDK to Xcode project using Swift Package Manager.
We can design our own ViewController to Left slide menu and also customise what we need.
Integration [youtube=https://www.youtube.com/wa…
View On WordPress
0 notes
ktrkathir · 5 years ago
Text
CustomButton in SwiftUI
  – How to make an iOS App
Kathiresan Murugan
View On WordPress
1 note · View note
ktrkathir · 6 years ago
Text
How to change UIImage dimension to (299 * 299) on Swift
How to change UIImage dimension to (299 * 299) on Swift
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : Any]) { picker.dismiss(animated: true) classifier.text = "Analyzing Image..." guard let image = info["UIImagePickerControllerOriginalImage"] as? UIImage else { return } UIGraphicsBeginImageContextWithOptions(CGSize(width: 299, height: 299), true, 2.0) image.draw(in: CGRect(x: 0, y: 0,…
View On WordPress
0 notes
ktrkathir · 6 years ago
Text
Remove UserNotifications in Lock screen on Swift
Remove UserNotifications in Lock screen on Swift
Generally We will remove our application delivered notifications by requestIdetifier. But In this post we are going to remove our application delivered notifications by notification category name.
This is very simple and more effective. 
/// Remove all Chat Notifications from User notification func removeChatRichNotification() { UNUserNotificationCenter.current().getDeliveredNotifications {…
View On WordPress
0 notes
Link
Tumblr media
Master the art of creating stunning iOS Apps with the help of our Free Course  : Learn To Build Your First Professional iOS App
0 notes