iphone-common-codes-ccteam源代码 CCUIAlertActivityView.h

//  
// CCUIAlertActivityView.h
// CCFC
//
// Created by xichen on 11-12-28.
// Copyright 2011 ccteam. All rights reserved.
//


#import <Foundation/Foundation.h>




@interface CCUIAlertActivityView : UIView
{
UIAlertView *_alertView;
UIActivityIndicatorView *_activityView;

float _disappearTime;
}


// if set 0, then it won't disappear until you hide it.
@property(nonatomic, assign) float disappearTime;


- (id)initWithTitle:(NSString *)title;
- (void)dealloc;


- (void)show;
- (void)hide;


@end

 

可能有更新:

googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUIAlertActivityView.h
github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCUIAlertActivityView.h

 

posted @ 2012-01-06 09:39  cc_team  阅读(179)  评论(0编辑  收藏  举报