RobotUIKit API
RobotUIKit/RUIAchievementEarnedViewController.h
00001 //
00002 //  RUIAchievementEarnedViewController.h
00003 //  RobotUIKit
00004 //
00005 //  Created by Jon Carroll on 10/5/11.
00006 //  Copyright (c) 2011 Orbotix Inc. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 #import <RobotKit/RKAchievement.h>
00011 #import "RUIModalLayerViewController.h"
00012 
00023 @interface RUIAchievementEarnedViewController : RUIModalLayerViewController {
00024     @private
00025     IBOutlet UIImageView    *notificationBackground;
00026     IBOutlet UILabel        *messageLabel;
00027     IBOutlet UIImageView    *badgeIcon;
00028     NSString                *iconURL;
00029     NSMutableData           *imageData;
00030     BOOL                    movedUp;
00031 }
00032 
00037 -(void)setAchievement:(RKAchievement*)achievement;
00038 
00043 -(void)displayInView:(UIView*)view;
00044 
00045 @end
 All Classes Functions Properties