SkillAgentSearch skills...

AGMedallionView

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

Install / Use

/learn @arturgrigor/AGMedallionView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

No Maintenance Intended Twitter

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.

Related Skills

View on GitHub
GitHub Stars219
CategoryDevelopment
Updated4mo ago
Forks35

Languages

Objective-C

Security Score

97/100

Audited on Nov 9, 2025

No findings