• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    Objective-C
  • Created over 14 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples of JadeMind's Blog

Examples of JadeMinds Blog

This github repository contains source code examples of the corresponding blog JadeMind.

  1. CameraOverlay – This example shows how to display a custom view within the iPhone camera view. You will see how to display the view containing an image and a button.
  2. MasterDetail – This is a simple iPad application example, which shows you how to create your own master-detail view using the UISplitViewController. The code also includes some modifications to choose whether to show the master view in full size or as a popup within portrait mode.
  3. PopoverView – How to create a custom popover view and how to add content programmatically or by the use of Interface Builder will be shown in this very basic example. Also positioning of the popover view is content of this example.
  4. MultipleAccelerometer – This project includes a very basic implementation to enable multiple delegates to receive acceleration events from the device.
  5. InfinitePaging – A small view component which simulates a infinite paging view. The class InfinitePagingView is very simple to use and provides a data source delegate and a view buffer for caching pages.
  6. FoursquareIntegration – Example project to show how to integrate foursquare to your iPhone app. This project includes classes and views for a successful oAuth authentication and shows the basic workflwo to get loctions from foursquare an do a checkin for a user on a given venue.