code tag

445 questions


2 answers
87 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...

1 years ago

1 answers
57 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...

1 years ago

1 answers
67 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...

1 years ago

1 answers
76 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...

1 years ago

2 answers
102 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...

1 years ago

1 answers
101 views
0
Xcode6Swift AutoLayout for dynamic items

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


1 answers
88 views
0
I want to number the pictures selected in the collectionView

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


1 answers
65 views
0
I want to calculate the sum in the array.

import UIKitimport CoreMotionclassViewController:UIViewController {@IBOutlet weak var Myaccelx: UILabel!@IBOutlet weak var accelxaddition: UILabel!let motionManager: CMMotionManager= CMMotionManager()...

1 years ago

2 answers
77 views
0
I want to compress files and folders in the OS X program.

I'm trying to create an OS X (Cocoa) application for file compression with Xcode 7.0+Swift2.The library used for compression is ZipArchive (formerly SSZipArchive) and has two functions:·Create compres...

1 years ago

1 answers
132 views
0
When applying for App, there is no screenshot for size 4s, so there is an error.

Do I need a screenshot for 4s (3.5 inch) when I apply for an App via iTunes Connect?*The app itself supports 4s, 5/5s/5c, 6, 6Plus, and iPad.4s is not supported.

1 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.