This source code is an App Template written in Swift for you to build your Awesome Photo app. It is very easy to maintain and reskin.
Allows to add real-time text directly to any photos. You can easily add add captions, quotes or anything else you can think of to photos and share quickly and easily with friends.
Download your copy today and start making money!
It’s already optimized for latest version of iOS.
It’s very easy to reskin the app, most of the UI graphic elements are into Storyboard and ImageAsset file. In order to reskin the project, you need to change the design of button images, icon and splash screen.
The “Code Documentation.pdf” file included in the package explains how to change In App Purchase ID’s, change the app’s name and layout etc.
All configuration constants are placed in one file Config.swift, which contains:
struct Config { static let numberOfPhotosLoaded = 30 static let AdMobAppID = "" static let InterstitialAdID = "" // Show Ads after every 60 seconds, by default static let ShowAdsTimeInterval = TimeInterval(60) static let EmailAccountIsNotSet = "Your mail account is not set!" static let ContactUSEmail = "" static let WatermarkText = "" static let RateUsAppID = "" static let InAppPurchaseID = "" static let OtherAppsDetails = [(name:"", icon:"", appstoreID:""), (name:"", icon:"", appstoreID:"")] }
Write your comment