Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

GNU GPL

The GNU GPL is an
open-source license.
Free

MIT license

The MIT license is an
open-source license.
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

(1 ratings)

AGMedallionView

AGMedallionView
Developed by Artur Grigor, Released Feb 17, 2012

iOS Picture View Control (Mac OS X Lion User's Avatar Like)

Objective-C

Tags: ios , picture control

AGMedallionView

AGMedallionView is a picture view control just like the one that Apple is using at the login screen in Mac OS X Lion.

Screenshot

Installation

Copy over the files from the Classes folder to your project folder.

Usage

Wherever you want to use AGMedallionView, import the appropriate header file and initialize as follows:

#import "AGMedallionView.h"

Basic

AGMedallionView *medallionView = [[AGMedallionView alloc] init]; medallionView.image = [UIImage imageNamed:@"sample"]; [self.view addSubview:medallionView]; [medallionView release];

Contact

Let me know if you're using or enjoying this product.

View all 1 reviews »

User Reviews

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.