Error Upload AppStore Because Change in Xcode device Setting
I found some problem when I upload my app to AppStore because of change device Setting in Xcode Before Check Image Below After I change device setting because I want my …
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
I found some problem when I upload my app to AppStore because of change device Setting in Xcode Before Check Image Below After I change device setting because I want my …
Read more →
I have a sheet file Alert Action to call. example like this below struct AlertACT { // .Alert static func showBasicAlert(on vc: UIViewController, with title: Str…
Read more →I have some problem in view month ago, my app rejected by Apple because, if they running use facebook login have an error. and this they said. I try to fix that and coll…
Read more →
If you a beginner in programming language swift or you’ve ever tried to learn Swift, but you don't know where to start let’s start with the lessons : 1. Variable let…
Read more →
This Example Code in swift how to use Cocoapods Alamofire, SwiftyJSON and Kingfisher. If you may use this to proses your data: Follow this code below. 1. GET AND DELET…
Read more →1. This how to choose data one of them, for example: 2. Sum all data in Array file : import UIKit class ExampleViewController : UIViewController { let arrayInts = [ 0, 1, 3…
Read more →1. If You have Problem in Debug area and error comment like this - > reason 'pushing a navigation controller is not supported' swift. In my problem i fix ty…
Read more →I found a problem in debug Area like this = "2018-09-14 16:19:37.735627+0700 test[3161:5945997] finish with error - code: - 1022" 1. First setting in file pr…
Read more →
I have a duplicate array and i want to remove that, you can follow this step below, example data array -> [ " a " , " a " , " a " , " b " , &quo…
Read more →Create a new project, In view controller where you want to show WKWebView embedded inside UIButton. and look like below. Full Code Below. import UIKit import WebKit clas…
Read more →
If u want to save data image with geolocation follow this step below, it's just can read in mac os and Iphone not for write exif metadata file . import UIKit import …
Read more →