Skip to content

Example app with custom table view and master/detail navigation

Notifications You must be signed in to change notification settings

jessedc/property-search-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Search Example

A small sample application showing some common iPhone functionality:

  • custom table views
  • dealing with a web service
  • asynchronous callbacks

External Libraries

To make life easier, the sample application has already integrated a number of third party libraries into the project:

  • LRResty for network requests
  • YAJLiOS for JSON parsing
  • MBProgressHUD for loading spinner
  • SDWebImage for asynchronously fetching photos
  • PullToRefreshView for really easy integration of reloading results after user pulls down and releases on the table

About

Example app with custom table view and master/detail navigation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 87.3%
  • C 12.7%