All Projects → arturgrigor → Agmedallionview

arturgrigor / Agmedallionview

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

Projects that are alternatives of or similar to Agmedallionview

Xcake
🍰 Describe Xcode projects in a human readable format and (re)generate one on demand.
Stars: ✭ 549 (+145.09%)
Mutual labels:  xcode, osx
Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (+67.41%)
Mutual labels:  xcode, osx
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (+139.73%)
Mutual labels:  xcode, osx
Sqlitelib
Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
Stars: ✭ 38 (-83.04%)
Mutual labels:  xcode, osx
Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-75.89%)
Mutual labels:  xcode, osx
Xcodeicontagger
Adds version and commit hash as an overlay to your iOS app's icon.
Stars: ✭ 66 (-70.54%)
Mutual labels:  xcode, osx
Nord Xcode
An arctic, north-bluish clean and elegant Xcode color theme.
Stars: ✭ 63 (-71.87%)
Mutual labels:  xcode, osx
Device
Light weight tool for detecting the current device and screen size written in swift.
Stars: ✭ 1,503 (+570.98%)
Mutual labels:  xcode, osx
Iesd
📦 Customize OS X InstallESD.
Stars: ✭ 210 (-6.25%)
Mutual labels:  osx
Dttextfield
DTTextField is a custom textfield with floating placeholder and error label
Stars: ✭ 213 (-4.91%)
Mutual labels:  xcode
Dotfiles
My vim, zsh, tmux, and macOS dotfiles
Stars: ✭ 209 (-6.7%)
Mutual labels:  osx
Xcodesourceeditorextension Alignment
This Xcode source editor extension align your assignment statement.
Stars: ✭ 211 (-5.8%)
Mutual labels:  xcode
Amloginsignup
Login/Signup ViewController for iOS
Stars: ✭ 215 (-4.02%)
Mutual labels:  xcode
Linex
Feature packed Xcode extension
Stars: ✭ 210 (-6.25%)
Mutual labels:  xcode
Soqlx
SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
Stars: ✭ 220 (-1.79%)
Mutual labels:  osx
Pibar
PiBar for Pi-hole - Manage your Pi-hole(s) from your menu bar!
Stars: ✭ 208 (-7.14%)
Mutual labels:  osx
Iowow
The skiplist based persistent key/value storage engine
Stars: ✭ 206 (-8.04%)
Mutual labels:  osx
Twitterlaunchanimation
The library with Twitter-like launch animation
Stars: ✭ 221 (-1.34%)
Mutual labels:  xcode
Cent
Extensions for Swift Standard Types and Classes
Stars: ✭ 219 (-2.23%)
Mutual labels:  xcode
Periphery
A tool to identify unused code in Swift projects.
Stars: ✭ 3,017 (+1246.88%)
Mutual labels:  xcode

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].