Download IStructure Library Free Java Code

Description

iOS Structure (iStructure) MVC Framework.

Icons

IStructure Library

Source Files

The download file IStructure-Library-master.zip has the following entries.


.gitignore/* ww  w . j  a  v  a 2 s  .c  om*/
CancellableDownloadApp/CancellableDownloadApp-Info.plist
CancellableDownloadApp/CancellableDownloadApp-Prefix.pch
CancellableDownloadApp/Code/App/AppDelegate.h
CancellableDownloadApp/Code/App/AppDelegate.m
CancellableDownloadApp/Code/Model/Photo.h
CancellableDownloadApp/Code/Model/Photo.m
CancellableDownloadApp/Code/Sync/PhotoSync.h
CancellableDownloadApp/Code/Sync/PhotoSync.m
CancellableDownloadApp/en.lproj/InfoPlist.strings
CancellableDownloadApp/main.m
IStructure-Demo.xcodeproj/project.pbxproj
IStructure-Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/CancellableDownloadApp.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/NearbyPlace.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/ResumableDownloadsApp.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/RoutePlayground.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/SimpleNotes.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/SimplePhotos.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/SimpleUserApp.xcscheme
IStructure-Demo.xcodeproj/xcuserdata/ali.xcuserdatad/xcschemes/xcschememanagement.plist
Library/CollectionUtils.h
Library/ISBaseView.h
Library/ISBasicErrorDecoder.h
Library/ISBasicSync.h
Library/ISCacheDatabase.h
Library/ISCollection.h
Library/ISEnhancedSync.h
Library/ISErrorDecoder.h
Library/ISGenericController.h
Library/ISLoadingView.h
Library/ISMacros.h
Library/ISModel.h
Library/ISObserver.h
Library/ISResumableSync.h
Library/ISRoute.h
Library/ISRouteEntry.h
Library/ISRouter.h
Library/ISSecureCachedSync.h
Library/ISServiceEntry.h
Library/ISSync.h
Library/ISTableView.h
Library/ISTableViewController.h
Library/ISUniqueID.h
Library/ISViewController.h
Library/IStructure.h
Library/JSON.h
Library/NSData+ISStructure.h
Library/NSDate+ISStructure.h
Library/NSMutableURLRequest+IStructure.h
Library/NSNotificationCenter+ISStructure.h
Library/NSObject+ISStructure.h
Library/NSObject+SBJson.h
Library/NSString+ISStructure.h
Library/SBJson.h
Library/SBJsonParser.h
Library/SBJsonStreamParser.h
Library/SBJsonStreamParserAccumulator.h
Library/SBJsonStreamParserAdapter.h
Library/SBJsonStreamParserState.h
Library/SBJsonStreamWriter.h
Library/SBJsonStreamWriterAccumulator.h
Library/SBJsonStreamWriterState.h
Library/SBJsonTokeniser.h
Library/SBJsonUTF8Stream.h
Library/SBJsonWriter.h
Library/SPDeepCopy.h
Library/UIAlertView+ISStructure.h
Library/libIStructure.a
NearbyPlace/Classes/AppDelegate.h
NearbyPlace/Classes/AppDelegate.m
NearbyPlace/Classes/AppFacadeService.h
NearbyPlace/Classes/AppFacadeService.m
NearbyPlace/Classes/CTidy.h
NearbyPlace/Classes/CTidy.m
NearbyPlace/Classes/CXHTMLDocument.h
NearbyPlace/Classes/CXHTMLDocument.m
NearbyPlace/Classes/CXMLDocument.h
NearbyPlace/Classes/CXMLDocument.m
NearbyPlace/Classes/CXMLDocument_CreationExtensions.h
NearbyPlace/Classes/CXMLDocument_CreationExtensions.m
NearbyPlace/Classes/CXMLDocument_PrivateExtensions.h
NearbyPlace/Classes/CXMLDocument_PrivateExtensions.m
NearbyPlace/Classes/CXMLElement.h
NearbyPlace/Classes/CXMLElement.m
NearbyPlace/Classes/CXMLElement_CreationExtensions.h
NearbyPlace/Classes/CXMLElement_CreationExtensions.m
NearbyPlace/Classes/CXMLElement_ElementTreeExtensions.h
NearbyPlace/Classes/CXMLElement_ElementTreeExtensions.m
NearbyPlace/Classes/CXMLNamespaceNode.h
NearbyPlace/Classes/CXMLNamespaceNode.m
NearbyPlace/Classes/CXMLNode.h
NearbyPlace/Classes/CXMLNode.m
NearbyPlace/Classes/CXMLNode_CreationExtensions.h
NearbyPlace/Classes/CXMLNode_CreationExtensions.m
NearbyPlace/Classes/CXMLNode_PrivateExtensions.h
NearbyPlace/Classes/CXMLNode_PrivateExtensions.m
NearbyPlace/Classes/CXMLNode_XPathExtensions.h
NearbyPlace/Classes/CXMLNode_XPathExtensions.m
NearbyPlace/Classes/GeoNamesErrorDecoder.h
NearbyPlace/Classes/GeoNamesErrorDecoder.m
NearbyPlace/Classes/GeoNamesSync.h
NearbyPlace/Classes/GeoNamesSync.m
NearbyPlace/Classes/Place.h
NearbyPlace/Classes/Place.m
NearbyPlace/Classes/Places.h
NearbyPlace/Classes/Places.m
NearbyPlace/Classes/Places2.h
NearbyPlace/Classes/Places2.m
NearbyPlace/Classes/PlacesController.h
NearbyPlace/Classes/PlacesController.m
NearbyPlace/Classes/TouchXML.h
NearbyPlace/Classes/main.m
NearbyPlace/NearbyPlace-Info.plist
NearbyPlace/NearbyPlace-Prefix.pch
NearbyPlace/en.lproj/InfoPlist.strings
README.mdown
ResumableDownloadsApp/Assets/Images/pause_button.png
ResumableDownloadsApp/Assets/Images/pause_button_30.png
ResumableDownloadsApp/Assets/Images/play_button.png
ResumableDownloadsApp/Assets/Images/play_button_30.png
ResumableDownloadsApp/Code/App/AppDelegate.h
ResumableDownloadsApp/Code/App/AppDelegate.m
ResumableDownloadsApp/Code/Controller/ImageViewController.h
ResumableDownloadsApp/Code/Controller/ImageViewController.m
ResumableDownloadsApp/Code/Controller/SimpleTableController.h
ResumableDownloadsApp/Code/Controller/SimpleTableController.m
ResumableDownloadsApp/Code/Model/MyModel.h
ResumableDownloadsApp/Code/Model/MyModel.m
ResumableDownloadsApp/Code/Sync/MySync.h
ResumableDownloadsApp/Code/Sync/MySync.m
ResumableDownloadsApp/Code/View/ImageViewController.xib
ResumableDownloadsApp/Code/View/SimpleCell.h
ResumableDownloadsApp/Code/View/SimpleCell.m
ResumableDownloadsApp/Code/View/SimpleCell.xib
ResumableDownloadsApp/Code/View/SimpleTableController.xib
ResumableDownloadsApp/ResumableDownloadsApp-Info.plist
ResumableDownloadsApp/ResumableDownloadsApp-Prefix.pch
ResumableDownloadsApp/en.lproj/InfoPlist.strings
ResumableDownloadsApp/main.m
RoutePlayground/Classes/AppDelegate.h
RoutePlayground/Classes/AppDelegate.m
RoutePlayground/Classes/FirstViewController.h
RoutePlayground/Classes/FirstViewController.m
RoutePlayground/Classes/SampleViewController.h
RoutePlayground/Classes/SampleViewController.m
RoutePlayground/Classes/SampleViewController.xib
RoutePlayground/Classes/SecondViewController.h
RoutePlayground/Classes/SecondViewController.m
RoutePlayground/Classes/ThirdViewController.h
RoutePlayground/Classes/ThirdViewController.m
RoutePlayground/FirstViewController.xib
RoutePlayground/RoutePlayground-Info.plist
RoutePlayground/RoutePlayground-Prefix.pch
RoutePlayground/SecondViewController.xib
RoutePlayground/first.png
RoutePlayground/first@2x.png
RoutePlayground/main.m
RoutePlayground/second.png
RoutePlayground/second@2x.png
SimpleNotes/Classes/AppDelegate.h
SimpleNotes/Classes/AppDelegate.m
SimpleNotes/Classes/AppFacadeService.h
SimpleNotes/Classes/AppFacadeService.m
SimpleNotes/Classes/LineEditController.h
SimpleNotes/Classes/LineEditController.m
SimpleNotes/Classes/LineEditView.h
SimpleNotes/Classes/LineEditView.m
SimpleNotes/Classes/NetworkStateService.h
SimpleNotes/Classes/NetworkStateService.m
SimpleNotes/Classes/Note.h
SimpleNotes/Classes/Note.m
SimpleNotes/Classes/NoteController.h
SimpleNotes/Classes/NoteController.m
SimpleNotes/Classes/NoteView.h
SimpleNotes/Classes/NoteView.m
SimpleNotes/Classes/Notes.h
SimpleNotes/Classes/Notes.m
SimpleNotes/Classes/NotesController.h
SimpleNotes/Classes/NotesController.m
SimpleNotes/Classes/NotesStatsService.h
SimpleNotes/Classes/NotesStatsService.m
SimpleNotes/Classes/NotesView.h
SimpleNotes/Classes/NotesView.m
SimpleNotes/Classes/RefreshButton.h
SimpleNotes/Classes/RefreshButton.m
SimpleNotes/SimpleNotes-Info.plist
SimpleNotes/SimpleNotes-Prefix.pch
SimpleNotes/en.lproj/InfoPlist.strings
SimpleNotes/main.m
SimplePhotos/Classes/AppDelegate.h
SimplePhotos/Classes/AppDelegate.m
SimplePhotos/Classes/Photo.h
SimplePhotos/Classes/Photo.m
SimplePhotos/Classes/PhotoErrorDecoder.h
SimplePhotos/Classes/PhotoErrorDecoder.m
SimplePhotos/Classes/PhotoSync.h
SimplePhotos/Classes/PhotoSync.m
SimplePhotos/SimplePhotos-Info.plist
SimplePhotos/SimplePhotos-Prefix.pch
SimplePhotos/en.lproj/InfoPlist.strings
SimplePhotos/main.m
SimplePhotosServer/.rvmrc
SimplePhotosServer/README
SimplePhotosServer/Rakefile
SimplePhotosServer/app/controllers/application_controller.rb
SimplePhotosServer/app/controllers/photos_controller.rb
SimplePhotosServer/app/helpers/application_helper.rb
SimplePhotosServer/app/helpers/photos_helper.rb
SimplePhotosServer/app/models/photo.rb
SimplePhotosServer/config/amazon_s3.yml
SimplePhotosServer/config/boot.rb
SimplePhotosServer/config/database.yml
SimplePhotosServer/config/environment.rb
SimplePhotosServer/config/environments/development.rb
SimplePhotosServer/config/environments/production.rb
SimplePhotosServer/config/environments/test.rb
SimplePhotosServer/config/initializers/inflections.rb
SimplePhotosServer/config/initializers/mime_types.rb
SimplePhotosServer/config/initializers/new_rails_defaults.rb
SimplePhotosServer/config/locales/en.yml
SimplePhotosServer/config/routes.rb
SimplePhotosServer/db/development.sqlite3
SimplePhotosServer/db/migrate/20090320221024_create_photos.rb
SimplePhotosServer/db/migrate/20090321021101_add_lat_lng_to_photos.rb
SimplePhotosServer/db/schema.rb
SimplePhotosServer/doc/README_FOR_APP
SimplePhotosServer/log/development.log
SimplePhotosServer/log/production.log
SimplePhotosServer/log/server.log
SimplePhotosServer/log/test.log
SimplePhotosServer/nbproject/private/private.properties
SimplePhotosServer/nbproject/private/private.xml
SimplePhotosServer/nbproject/private/rake-d.txt
SimplePhotosServer/nbproject/project.properties
SimplePhotosServer/nbproject/project.xml
SimplePhotosServer/public/404.html
SimplePhotosServer/public/422.html
SimplePhotosServer/public/500.html
SimplePhotosServer/public/dispatch.cgi
SimplePhotosServer/public/dispatch.fcgi
SimplePhotosServer/public/dispatch.rb
SimplePhotosServer/public/favicon.ico
SimplePhotosServer/public/images/rails.png
SimplePhotosServer/public/index.html
SimplePhotosServer/public/javascripts/application.js
SimplePhotosServer/public/javascripts/controls.js
SimplePhotosServer/public/javascripts/dragdrop.js
SimplePhotosServer/public/javascripts/effects.js
SimplePhotosServer/public/javascripts/prototype.js
SimplePhotosServer/public/photos/0000/0332/photo.jpg
SimplePhotosServer/public/photos/0000/0333/photo.jpg
SimplePhotosServer/public/photos/0000/0334/photo.jpg
SimplePhotosServer/public/photos/0000/0335/photo.jpg
SimplePhotosServer/public/photos/0000/0336/photo.jpg
SimplePhotosServer/public/photos/0000/0337/photo.jpg
SimplePhotosServer/public/photos/0000/0338/photo.jpg
SimplePhotosServer/public/photos/0000/0339/photo.jpg
SimplePhotosServer/public/photos/0000/0340/photo.jpg
SimplePhotosServer/public/robots.txt
SimplePhotosServer/script/about
SimplePhotosServer/script/console
SimplePhotosServer/script/dbconsole
SimplePhotosServer/script/destroy
SimplePhotosServer/script/generate
SimplePhotosServer/script/performance/benchmarker
SimplePhotosServer/script/performance/profiler
SimplePhotosServer/script/performance/request
SimplePhotosServer/script/plugin
SimplePhotosServer/script/process/inspector
SimplePhotosServer/script/process/reaper
SimplePhotosServer/script/process/spawner
SimplePhotosServer/script/runner
SimplePhotosServer/script/server
SimplePhotosServer/test/fixtures/photos.yml
SimplePhotosServer/test/functional/photos_controller_test.rb
SimplePhotosServer/test/performance/browsing_test.rb
SimplePhotosServer/test/test_helper.rb
SimplePhotosServer/test/unit/photo_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/CHANGELOG
SimplePhotosServer/vendor/plugins/attachment_fu/README
SimplePhotosServer/vendor/plugins/attachment_fu/Rakefile
SimplePhotosServer/vendor/plugins/attachment_fu/amazon_s3.yml.tpl
SimplePhotosServer/vendor/plugins/attachment_fu/init.rb
SimplePhotosServer/vendor/plugins/attachment_fu/install.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/geometry.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb
SimplePhotosServer/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/backends/db_file_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/backends/file_system_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/base_attachment_tests.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/basic_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/database.yml
SimplePhotosServer/vendor/plugins/attachment_fu/test/extra_attachment_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/fixtures/attachment.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/fixtures/files/fake/rails.png
SimplePhotosServer/vendor/plugins/attachment_fu/test/fixtures/files/foo.txt
SimplePhotosServer/vendor/plugins/attachment_fu/test/fixtures/files/rails.png
SimplePhotosServer/vendor/plugins/attachment_fu/test/geometry_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/processors/core_image_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/processors/gd2_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/processors/image_science_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/processors/rmagick_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/schema.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/test_helper.rb
SimplePhotosServer/vendor/plugins/attachment_fu/test/validation_test.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb
SimplePhotosServer/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb
SimpleUserApp/Assets/Images/back.png
SimpleUserApp/Assets/Images/bg_main.png
SimpleUserApp/Assets/Images/bg_main@2x.png
SimpleUserApp/Assets/Images/btn_back@2x.png
SimpleUserApp/Assets/Images/btn_back_press@2x.png
SimpleUserApp/Assets/Images/btn_light_blue_lg@2x.png
SimpleUserApp/Assets/Images/btn_light_blue_lg_press@2x.png
SimpleUserApp/Assets/Images/chk_box.png
SimpleUserApp/Assets/Images/chk_box@2x.png
SimpleUserApp/Assets/Images/chk_box_selected.png
SimpleUserApp/Assets/Images/chk_box_selected@2x.png
SimpleUserApp/Assets/Images/next.png
SimpleUserApp/Assets/Images/titlebar_bg@2x.png
SimpleUserApp/Code/App/AppDelegate.h
SimpleUserApp/Code/App/AppDelegate.m
SimpleUserApp/Code/Controller/Login/TCLoginController.h
SimpleUserApp/Code/Controller/Login/TCLoginController.m
SimpleUserApp/Code/Controller/Register/TCRegisterationController.h
SimpleUserApp/Code/Controller/Register/TCRegisterationController.m
SimpleUserApp/Code/Controller/Shared/TCFormController.h
SimpleUserApp/Code/Controller/Shared/TCFormController.m
SimpleUserApp/Code/Controller/Shared/TCWebHostController.h
SimpleUserApp/Code/Controller/Shared/TCWebHostController.m
SimpleUserApp/Code/Controller/Welcome/WelcomeController.h
SimpleUserApp/Code/Controller/Welcome/WelcomeController.m
SimpleUserApp/Code/Model/Registration.h
SimpleUserApp/Code/Model/Registration.m
SimpleUserApp/Code/Model/Session.h
SimpleUserApp/Code/Model/Session.m
SimpleUserApp/Code/Service/AppFacadeService.h
SimpleUserApp/Code/Service/AppFacadeService.m
SimpleUserApp/Code/Sync/AppErrorDecoder.h
SimpleUserApp/Code/Sync/AppErrorDecoder.m
SimpleUserApp/Code/Sync/AppSync.h
SimpleUserApp/Code/Sync/AppSync.m
SimpleUserApp/Code/Sync/RegistrationSync.h
SimpleUserApp/Code/Sync/RegistrationSync.m
SimpleUserApp/Code/Sync/SessionSync.h
SimpleUserApp/Code/Sync/SessionSync.m
SimpleUserApp/Code/Util/TCDateFormatter.h
SimpleUserApp/Code/Util/TCDateFormatter.m
SimpleUserApp/Code/Util/TCPasswordVault.h
SimpleUserApp/Code/Util/TCPasswordVault.m
SimpleUserApp/Code/Util/TCSettings.h
SimpleUserApp/Code/Util/TCSettings.m
SimpleUserApp/Code/Util/UIApplication+Extensions.h
SimpleUserApp/Code/Util/UIApplication+Extensions.m
SimpleUserApp/Code/Util/macros.h
SimpleUserApp/Code/View/Login/TCLoginFooter.h
SimpleUserApp/Code/View/Login/TCLoginFooter.m
SimpleUserApp/Code/View/Login/TCLoginView.h
SimpleUserApp/Code/View/Login/TCLoginView.m
SimpleUserApp/Code/View/Register/TCRegistrationFooter.h
SimpleUserApp/Code/View/Register/TCRegistrationFooter.m
SimpleUserApp/Code/View/Register/TCRegistrationView.h
SimpleUserApp/Code/View/Register/TCRegistrationView.m
SimpleUserApp/Code/View/Shared/TCCheckBoxView.h
SimpleUserApp/Code/View/Shared/TCCheckBoxView.m
SimpleUserApp/Code/View/Shared/TCCheckedFieldCell.h
SimpleUserApp/Code/View/Shared/TCCheckedFieldCell.m
SimpleUserApp/Code/View/Shared/TCEditingNavigationBar.h
SimpleUserApp/Code/View/Shared/TCEditingNavigationBar.m
SimpleUserApp/Code/View/Shared/TCFormCell.h
SimpleUserApp/Code/View/Shared/TCFormCell.m
SimpleUserApp/Code/View/Shared/TCFormView.h
SimpleUserApp/Code/View/Shared/TCFormView.m
SimpleUserApp/Code/View/Shared/TCInternetButton.h
SimpleUserApp/Code/View/Shared/TCInternetButton.m
SimpleUserApp/Code/View/Shared/TCLink.h
SimpleUserApp/Code/View/Shared/TCLink.m
SimpleUserApp/Code/View/Shared/TCLinkLabel.h
SimpleUserApp/Code/View/Shared/TCLinkLabel.m
SimpleUserApp/Code/View/Shared/TCTextFieldCell.h
SimpleUserApp/Code/View/Shared/TCTextFieldCell.m
SimpleUserApp/Code/View/Shared/TCToggleFieldCell.h
SimpleUserApp/Code/View/Shared/TCToggleFieldCell.m
SimpleUserApp/Code/View/Shared/TCUIFactory.h
SimpleUserApp/Code/View/Shared/TCUIFactory.m
SimpleUserApp/Code/View/Shared/TCWebHostView.h
SimpleUserApp/Code/View/Shared/TCWebHostView.m
SimpleUserApp/Code/View/Shared/UINavigationBar+Enhancements.h
SimpleUserApp/Code/View/Shared/UINavigationBar+Enhancements.m
SimpleUserApp/Code/View/Shared/UIView+Enhancements.h
SimpleUserApp/Code/View/Shared/UIView+Enhancements.m
SimpleUserApp/Code/View/Welcome/WelcomeView.h
SimpleUserApp/Code/View/Welcome/WelcomeView.m
SimpleUserApp/SimpleUserApp-Info.plist
SimpleUserApp/SimpleUserApp-Prefix.pch
SimpleUserApp/en.lproj/InfoPlist.strings
SimpleUserApp/main.m
com.agilismobility.IStructure.docset/Contents/Info.plist
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSData(ISStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSDate(ISStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSMutableURLRequest(IStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSNotificationCenter(ISStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSObject(ISStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSObject(NSObject_SBJsonWriting).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSString(ISStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/NSString(NSString_SBJsonParsing).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Categories/UIAlertView(ISStructure).html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISBaseView.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISBasicErrorDecoder.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISBasicSync.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISCacheDatabase.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISCollection.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISEnhancedSync.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISErrorDecoder.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISGenericController.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISLoadingView.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISModel.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISObserver.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISResumableSync.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISRoute.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISRouteEntry.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISRouter.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISServiceEntry.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISSync.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISTableView.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISTableViewController.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISUniqueID.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/ISViewController.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Classes/IStructure.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/Protocols/ISSyncProtocol.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/css/styles.css
com.agilismobility.IStructure.docset/Contents/Resources/Documents/css/stylesPrint.css
com.agilismobility.IStructure.docset/Contents/Resources/Documents/hierarchy.html
com.agilismobility.IStructure.docset/Contents/Resources/Documents/img/button_bar_background.png
com.agilismobility.IStructure.docset/Contents/Resources/Documents/img/disclosure.png
com.agilismobility.IStructure.docset/Contents/Resources/Documents/img/disclosure_open.png
com.agilismobility.IStructure.docset/Contents/Resources/Documents/img/library_background.png
com.agilismobility.IStructure.docset/Contents/Resources/Documents/img/title_background.png
com.agilismobility.IStructure.docset/Contents/Resources/Documents/index.html
com.agilismobility.IStructure.docset/Contents/Resources/docSet.dsidx
com.agilismobility.IStructure.docset/Contents/Resources/docSet.mom
com.agilismobility.IStructure.docset/Contents/Resources/docSet.skidx
com.agilismobility.IStructure.docset/Contents/Resources/docSet.toc

Download

Click the following link to download IStructure-Library-master.zip.

IStructure-Library-master.zip




















Home »
  Objective C Free Code »
    iOS »




iOS7
iOS Framework
iOS Game
iOS Library
iOS Sample