To run the example project, clone the repo, and run pod install
from the Example directory first.
let resultImage = MGXStitchImage.stitchImage(images: <#an image array#>, size: imageView.frame.size,backgroundColor: <#a backgroundColor for resultImage#>)
MGXStitchImage is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MGXStitchImage'
MGXStitchImage is available under the MIT license. See the LICENSE file for more info.