xcode6 tag

20 questions


1 answers
76 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
105 views
0
[Xcode] When I archive, I got the following error.Please tell me how to solve it.

When I archive from Xcode when I requested Apple to review, I got the following error.Please tell me how to solve it.ititunes store operation failed.no sustainable application records where found /


2 answers
91 views
0
About the animation that moves the image view little by little while pressing the button.

[UIView animationWithDuration:0] delay:0 options:UIViewAnimationOptionCurveEaseIn animations:^{   self.view.transform=CGAffineTransformMakeTranslation(0,0);}completion:^ {}];I understand tha...


2 answers
51 views
0
Distribution (in-house) in enterprise account does not work.

Xcode 6.3.2 (6D2105) is about to be distributed in-house.When trying to archive with Save for Enterprise Deployment, the following alerts appear and cannot be completed.To save for Enterprise Deployme...

1 years ago

1 answers
113 views
0
How to use Xcode6(Swift) HMSegmentedControl

I have no experience in developing Swift or Obj-C, so I am trying to implement the code on the page below first.http://dev.classmethod.jp/smartphone/ios_oss_hmsegmentedcontrol/With the exception of li...

1 years ago

2 answers
46 views
0
Xcode Key Bindings Configuration Does Not Work

I'm trying to change the Move Focus To Next Area key in Key Bindings.Even if you change from the default cmd+alt+`If you wear a keybind in Move Focus To Next Area and Move Focus To Previous Area, you'...


1 answers
68 views
0
Retrieving POST information from forms on UIWebview (image, multipart/form-data)

This is my first post. Thank you for your cooperation.The following PHP files are placed on the server and loaded into the UIWebView.<form action=native://test method=post enctype=multipart/form-da...

1 years ago

1 answers
107 views
0
Why can't I call the external JS function Window.hoge?

I am developing a Gawa native application using WebView at Swift.The UIViewController cannot send the value to the function declaring the value in the external JS.Why?With the code below, window.a() c...


1 answers
77 views
0
Self.navigationController?.pushViewController fails screen transition when using Swift Library PageMenu

Xcode 6.4, Swift is developing an ios app.I am using Swift's library PageMenu.NextView without FirstView→ PegeMenu using PageMenuUnable to transition to UIButton is installed in FirstView and when tap...

1 years ago

2 answers
103 views
0
Xcode 6.4 Swift To use Storyboard only on certain pages

Currently, Xcode 6.4 Swift does not use Storyboard, but only uses code to create apps.However, I would like to use Storyboard only for that page because it is difficult to write only with the code bec...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.