556 questions
In Xcode 7 (Swift), install PickerView (two items) and place the transition button under the part.If you select two things in PickerView, it will be displayed on the label, and if you press the button...
After updating to Xcode7, the size and layout of the iPhone 6 and later models will be corrupted. (Both actual machine and simulator) Target→General→App Icons and Launch Images アップデートBefore update: Ap...
I have created an app that moves back and forth using the Onsen UI.I checked the iPad and iPhone debugger apps, so I joined the Apple Developer program and built it as an iOS app, but it didn't work w...
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...
I'm a beginner in programming.I am currently developing an app using Monaca.I'm working on an animation that turns the card upside down.I checked with the debugger and found that on iOS and Android de...
When you add a TableViewController to the ViewController container view (connected by Embedded in Segue), the status bar and navigation bar are blank at the top.That's why I changed the container 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...
I would like to implement the function of zooming the taped area with double tap, but I cannot zoom the UIImageView on scrollView.(The reference site is here.)http://cocoadays.blogspot.jp/2010/09/3.ht...
« | - 12 - | » |
© 2024 OneMinuteCode. All rights reserved.