ara
ara
as in @IBOutlet weak var segmentView1: SJFluidSegmentedControl! @IBOutlet weak var segmentView2: SJFluidSegmentedControl1! @IBOutlet weak var segmentView3: SJFluidSegmentedControl2! for e.g. i can have 3 tables in one view similar to that.....
after applying style i am not able to get mapView.maptype = .hybrid or .satellite it displays same styled map not satellite version what to do?
clang: error: linker command failed with exit code 1 (use -v to see invocation)
func sdvExport(_ videoURL: URL) { let avAsset1 = AVURLAsset(url: videoURL, options: nil) print("AVURLAsset1 ",avAsset1) let avAsset = AVURLAsset(url: ((videoURL as NSURL) as URL), options: nil) print("AVURLAsset2 ",avAsset) let startDate =...
when I load timer for first time, clock doesn't show.. only after clicking it, values become visible why?