ios tag

556 questions


1 answers
122 views
0
How do I program the Storyboard Segue?

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...


1 answers
124 views
0
Xcode7 will destroy the layout of iPhone 6 and later.

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...


1 answers
94 views
0
Why can't I pick up a tap on an actual iOS machine?

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...

2 years ago

1 answers
41 views
0
I want to use CocoaPods to install and run Example (sample app) instead of library.

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...

2 years ago

1 answers
64 views
0
If you press OK on the Facebook approval screen, the screen turns white and nothing happens.

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){ }...

2 years ago

1 answers
85 views
0
How to draw a pie chart with Swift's Spritekit

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...

2 years ago

1 answers
102 views
0
Is there a good way to improve the animation movement of each device (iOS, Android) with a hybrid application?

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...


1 answers
123 views
0
A space appears above the view of the UITableViewController that you added to the iOS UIViewController container view.

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...

2 years ago

2 answers
47 views
0
I'm creating an app that reads news when I press the update button, but how do I read news when I open the app?

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...

2 years ago

2 answers
103 views
0
Unable to "Zoom UIImageView with Double Tap"

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...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.