c tag

1304 questions


1 answers
180 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
78 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

3 answers
50 views
0
What is the programming for rewriting text files to csv format?

How to rewrite toshi.txt as the corresponding table toshi.csv.|TOKYO|155|1|TOKYO,155,1,|NAGOYA | 108 | 3 | → NAGOYA, 108, 3,Please tell me the programming for rewriting like this.I understand that you...

c csv
2 years ago

3 answers
84 views
0
Please tell me about the role of services in MVC models?

What is the role of the service?I learned MVC from CakePHP, but I don't know what role CakePHP has because it doesn't have any services.The controller extracts the necessary actions for user requests ...

2 years ago

3 answers
145 views
0
Please tell me about the role of services in MVC models?

What is the role of the service?I learned MVC from CakePHP, but I don't know what role CakePHP has because it doesn't have any services.The controller extracts the necessary actions for user requests ...

2 years ago

1 answers
82 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
67 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
51 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
91 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
39 views
0
There is a C language module called FATFS, but do you know its algorithm?

I'm trying to create an operating system as a hobby.I am currently trying to build a file system on that OS.The languages are GCC and nask.I'm thinking of referring to FATFS, but I have little knowled...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.