ios8 tag

15 questions


1 answers
73 views
0
The font weight (Style) specified in the Storyboard is not reflected (iOS8 only)

Even if you specify UILabel or UIButton fonts on the Storyboard, only iOS8 will lose weight.It is configured correctly on iOS 9.Font settings on the Storyboard·Font-Custom·Family-Hiragino Sans·Style -...

1 years ago

2 answers
49 views
0
Want to dynamically change UIWebView parent

The configuration is as follows: parentUIViewControllerchildUIImageViewGrandchildUIWebView 複数MultipleIt looks like addSubView with children as background images, and as a result, there are several sma...

1 years ago

2 answers
91 views
0
Want to dynamically change UIWebView parent

The configuration is as follows: parentUIViewControllerchildUIImageViewGrandchildUIWebView 複数MultipleIt looks like addSubView with children as background images, and as a result, there are several sma...

1 years ago

1 answers
88 views
0
Memory Leak in Continuous Downloads with NSURLSession (iOS8)

I would like to download 60 files (about 2M each) continuously using NSURLSession.I created the following sample code and successfully downloaded it. Press the button to download 60 files.When the dow...


1 answers
162 views
0
Memory Leak in Continuous Downloads with NSURLSession (iOS8)

I would like to download 60 files (about 2M each) continuously using NSURLSession.I created the following sample code and successfully downloaded it. Press the button to download 60 files.When the dow...


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

3 answers
47 views
0
I want to apply Return to non-parent viewcontroller.

Hello. Thank you for your continuous support.I have a program that looks like a Todo list.Dependencies are 1:mypage->Create to do->Details to do is a dependency of viewcontroller, but There is a...

1 years ago

1 answers
79 views
0
SIGABRT Error Attempting AutoLayout with Swift 1.2Xcode 6.4 iOS 8 Code

Currently, we are developing iOS8 iPhone applications with Xcode 6.4. No Storyboard or Xib, all written in Swift 1.2 code.I would like to use AutoLayouto for the first view as follows.navigationBarUIL...

1 years ago

1 answers
42 views
0
Monaca OnsenUI Buttons Disappear

Thank you for your help.I am developing iOS apps on Monaca.When booting to the Monaca debugger, if you click the button below using OnsenUI, The button disappears only for iOS (iPad).Not only the butt...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.