objective-c tag

189 questions


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
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
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
52 views
0
Objective - How to POST a CJSON file to a server for data registration

Retrieve JSON from server in NSURLSession and I've even created it to be displayed in the list.Next, I'm hesitating about sending JSON data to the server.After retrieving results from DB, send data to...

2 years ago

1 answers
94 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
70 views
0
About Generating and Managing AES Encryption Keys

Thank you for your help.Encryption keys for iOS AES256 encryption.Generate an encryption key with the following code and save the encryption key Keychain and from keychain for each encryption/complexi...

2 years ago

1 answers
68 views
0
How to Add a List (Picker or TableView) to the UIAlertController

Hello I am developing an iOS app with Objective-c.I would like to display a pop-up dialog and add text input and UI to select items from the list.I was able to use the UIAlertController and use addTex...

2 years ago

1 answers
100 views
0
I want to realize what I could do with CGPostKeyboardEvent with CGEventCreateKeyboardEvent and CGEventPost

I'm doing OSX programming and I want to generate key sequences for keyboard shortcuts like Control-F4, but using CGEventCreateKeyboardEvent and CGEventPost doesn't work, and it worked well when I used...

2 years ago

2 answers
68 views
0
Fix a specific View

How do I fix a specific view on the screen?For example, suppose you overlap ScrollView, ImageView, and UIView in order from the bottom.This UIView is translucent.Also, I would like to zoom in and out ...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.