xcode tag

271 questions


1 answers
70 views
0
How do I get Swift to run a Webview Javascript?

I would like to run the following Javascript in the webview in the UIButton written in Swift, but could you help me?Javascript sidefunction show() { alert(Run JavaScript;←I want to do this on Swift }S...

2 years ago

1 answers
89 views
0
Understanding Esc Keys in Use of Xcode

While editing item names such as image.xcassets in Xcode, press esc to enter the letter l.I am pressing esc to cancel the edit, so what should I do if I want to cancel it?MacOSX 10.11.2Xcode 7.2key is...

2 years ago

1 answers
95 views
0
I would like to apply with ios iTunesConnect, but the build activity says "This build is invalid" and I cannot proceed.

I am applying for the ios application.I did the Upload to App Store from xcode 7.1, but when I checked the binaries I uploaded on iTunesConnect, they remained Processing for about 20 hours.If you chec...

2 years ago

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


2 answers
92 views
0
Return Error with double return value in func

When I set the return value to double type in func, I get an error in return.If anyone knows the cause, please let me know. varpcascore: Array <Double > = [3.2, 2.4, 3.5, 1.3]funcarrayplus(pcasc...

2 years ago

1 answers
61 views
0
Understanding the Relationship Between Swift and C Language

We are currently developing an application with Swift.Therefore, I have a question about the connection between swift and other languages.I'd like to use the main component analysis in app development...

2 years ago

1 answers
70 views
0
Understanding the "Dictionary Type" Return Value in Swift

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

2 years ago

1 answers
79 views
0
Unknown Name in my iOS Developer Program account

on XCode If you select the XCode->Preferences...->Account tab, The screen appears.You can find the name of iOS and Mac in the red frame with Free.(1) What is this name?It may be a misunderstandi...

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
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.