Infinite scroll using on UITableView
If we have 100 records, perhaps we can GET them in one short. But what if, we have 1000 or even 10k records?
Thus, here I shows an example on implement lazy loading on iOS app, as well as pull to refresh.
This is my technical blog about programming, server setup & configuration, technical learning experience.
If we have 100 records, perhaps we can GET them in one short. But what if, we have 1000 or even 10k records?
Thus, here I shows an example on implement lazy loading on iOS app, as well as pull to refresh.
The first time I seen this is emu4ios.net. Then I found this is very useful and convenient for my beta tester.
This is running on Ubuntu 13.10
Here I would like to use Sails.js framework (version 0.9.13) to create node.js app.
To animate between images (not .gif) in a UIImageView like the example below
Original images
There is a shadow (only 1 pixel) below the UINavigationBar
To handle the UIAlertView (or any others class) delegate in class method just have to change the minus -
to plus +
I’ve blamed by one of the client and says that the keyword that match the title shown at bottom. So want me to order by column match.
Finally I found the solution which is Full-Text Search.
I’ve just switched from AFNetworking 1.x to 2.x.
In AFNetworking 1.x, I make a request using JSONRequestOperationWithRequest
method. i.e.
I’ve come across RSA encryption on a very long string.
The solution is divide the long string into chunks according to the length of the key.