ios tag

556 questions


1 answers
102 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
184 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
81 views
0
How to assign tap and long tap actions to the UIView

In the development of iOS applications, I would like to place multiple UI Views on one view and assign a tap and long tap operation (Segue) to each.Each UIView is assigned a tag.I was able to implemen...

2 years ago

1 answers
55 views
0
How to verify iOS 7.0 and what are the actual features of the target OS?

I started developing iOS later last year.I am currently creating an iOS 7 or later application, but Xcode 6 supports only 7.1 or later, and there is no verification method for 7.0.There was informatio...

2 years ago

2 answers
110 views
0
"Code Signing: No matching code signing identity found" Error in iOS Adhoc Build

I followed the instructions in the document to run the iOS build.There is no problem running in Debug Build, but Adhoc build encountered an error.Of course, we followed the distribution instructions.I...

2 years ago

2 answers
113 views
0
"Code Signing: No matching code signing identity found" Error in iOS Adhoc Build

I followed the instructions in the document to run the iOS build.There is no problem running in Debug Build, but Adhoc build encountered an error.Of course, we followed the distribution instructions.I...

2 years ago

1 answers
83 views
0
How to assign tap and long tap actions to the UIView

In the development of iOS applications, I would like to place multiple UI Views on one view and assign a tap and long tap operation (Segue) to each.Each UIView is assigned a tag.I was able to implemen...

2 years ago

1 answers
104 views
0
Always want to see iOS Safari menu bar

I have a question about creating a website for smartphones.I'm thinking of placing a fixed navigation at the bottom of the screen, but when I tap the bottom of the screen with iOS Safari, a menu bar s...

2 years ago

1 answers
69 views
0
Configuring Behavior When Started with UILocalNotification Notifications

I would like to send a notification using UILocalNotification when the iPhone application is in the background and display a specific view when I launch the application from that notification.Currentl...

2 years ago

1 answers
95 views
0
Configuring Behavior When Started with UILocalNotification Notifications

I would like to send a notification using UILocalNotification when the iPhone application is in the background and display a specific view when I launch the application from that notification.Currentl...

2 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.