iOS LearnItYourself
Learn about iOS ,and implement ....keep coding
Showing posts with label
collection view in iOS
.
Show all posts
Showing posts with label
collection view in iOS
.
Show all posts
Tuesday, 22 July 2014
Custom Grid View in iOS like Collection View .
An grid view for iPhone/iPad, designed to look similar to NSCollectionView.
https://github.com/AlanQuatermain/AQGridView
Older Posts
Home
Subscribe to:
Posts (Atom)
203 Favorite JavaScript Utilities
https://1loc.dev/
Image Caching in iOS (SDWebImage vs FastImageCache)
iOS image caching. Libraries benchmark (SDWebImage vs FastImageCache) 1. Introduction In the past years, iOS apps have become more an...
How To Create A Socket Based iPhone App and Server (Networking Tutorial for iOS)
Many iOS apps use HTTP to communicate to a web server, because it’s easy, convenient, and well-supported. However, in some cases you mig...
How to cache content in UIWebView for faster?
In iOS we can use different mechanisms for caching. By default web view content can cache by creating subclass of URL protocol. externa...