599 questions
What do you want to doI want to use CocoaPods to install and run Example (sample app) instead of library.I installed it to use the library below.I have an example application, so I'm trying to refer t...
I am currently creating a function to post articles on Facebook, and I am executing the following code to log in to Facebook when I press the button. if(FBSDKAccessToken.currentAccessToken()!=nil){ }...
I am currently using Swift's SpriteKit to create iOS applications, but I don't know how to draw a pie chart.When I looked into it, I found only ways to use UIKit, so I couldn't use it.Can someone tell...
func getJson (param:models) - > Dictionary { let url=https://test.com/+models+.php let json = JSON(data:super.HttpRequest()) print(json.type) / * print result Dictionary */ The contents of print(js...
This is Swift's program question.There is UIButton in View in child ViewController.I would like to change the parameters of the parent ViewController by pressing that button.We have added a child View...
import UIKitclassViewController:UITableViewController { variants = NSMutableArray() let newsUrlStrings = [ http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://www3.nhk.or.jp/rss/new...
Xcode 6.4, Language: Swift is developing.On the Storyboard, we create a vertical scroll page with UILabel and UIImage on top of ScrollView.There are several UILabels that dynamically change the text o...
We are currently creating an ImagePicker feature that allows you to select multiple photos.Therefore, we have reached the point where we can display the captured photos in UICollectionView.What I want...
import UIKitimport CoreMotionclassViewController:UIViewController {@IBOutlet weak var Myaccelx: UILabel!@IBOutlet weak var accelxaddition: UILabel!let motionManager: CMMotionManager= CMMotionManager()...
I tried using AVAudioEngin to create a program that saves and plays audio to a file, but I couldn't play the first time.From the second time, you can now record and play.I searched the web to see why,...
« | - 16 - | » |
© 2024 OneMinuteCode. All rights reserved.