LOADING...

20% off Promo Applies to Purchases above $500

Error: No checkout page has been configured. Visit Settings to set one.

Overview

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.

Features and Requirements

  • Easy to understand and update
  • In-app purchases
  • Integrated Google AdMob Interstitial
  • Add unlimited fonts
  • Add multiple lines of text with no character limits
  • Add multiple text stickers
  • Change text color
  • Add text blur shadow
  • Add text shadow with color
  • Text size is changeable.
  • Text is rotatable.
  • Add photos from camera roll or take picture
  • More apps sections
  • Show rate app after in-app purchase
  • Can add watermark on all photos
  • Simple and easy to reskin
  • You can share photos on Facebook, Twitter, Instagram and other apps.
  • Compatible with Swift 3
  • Xcode 8.3.x
  • iOS 9.x

How to Setup and Reskin

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