ios tag

556 questions


1 answers
36 views
0
I only want iPhone 4s to have a different layout.

I only want one page to be a completely different screen when I start using iPhone 4s with the app I'm creating.What is the best way to do this? I'm thinking of creating two types of xib files and det...

2 years ago

2 answers
99 views
0
On iPhone 6, the contents of the scroll view do not match the width of the scroll view.

The iOS app implements a scroll view by referring to the here article.iOS 7 works fine, but iOS 8 iPhone 6 has a wider scrolling area than its parent view.If you know the solution, please let me know....

2 years ago

2 answers
74 views
0
On iPhone 6, the contents of the scroll view do not match the width of the scroll view.

The iOS app implements a scroll view by referring to the here article.iOS 7 works fine, but iOS 8 iPhone 6 has a wider scrolling area than its parent view.If you know the solution, please let me know....

2 years ago

2 answers
73 views
0
iOS app development.Is there a way to display formulas in text on the screen?

I'm developing an iPhone app.I'd like to display a formula on a screen, but I'd like to display it as text instead of img. Is there any good way?

2 years ago

2 answers
69 views
0
iOS app development.Is there a way to display formulas in text on the screen?

I'm developing an iPhone app.I'd like to display a formula on a screen, but I'd like to display it as text instead of img. Is there any good way?

2 years ago

1 answers
86 views
0
Unable to create subfolder in mkdir under Documents folder in iOS

/var/mobile/Applications/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX/Documents I wanted to create a subfolder, so I wrote the following source code.I created a subfolder with mkdir, but the mkdir return value...

2 years ago

2 answers
82 views
0
Best Practices for NSMutableArray Method Arguments

What is the best method for NSMutableArray method arguments?Array1 and array2 in the source code below contain similar values.-(void)testMethod{ NSMutableArray*array1 = NSMutableArray array; NSMutable...

2 years ago

2 answers
94 views
0
Best Practices for NSMutableArray Method Arguments

What is the best method for NSMutableArray method arguments?Array1 and array2 in the source code below contain similar values.-(void)testMethod{ NSMutableArray*array1 = NSMutableArray array; NSMutable...

2 years ago

1 answers
52 views
0
How to Implement Local Notifications in the ios Application

We are currently developing an ios app using monaca.I wanted to implement a local notification (notification that appears for a few seconds at the top of the screen) in the application I am creating, ...

2 years ago

1 answers
61 views
0
How to Implement Local Notifications in the ios Application

We are currently developing an ios app using monaca.I wanted to implement a local notification (notification that appears for a few seconds at the top of the screen) in the application I am creating, ...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.