从控制器获取大小信息

时间:2013-06-11 17:02:46

标签: ios view uiscrollview

我有一个滚动视图,我已声明为iboutlet,但我想检索高度信息。我这样做:scrollview.frame.size.height但它返回0. BTW im在ViewDidLoad方法。任何提示?

/*************aClass.h***********/

#import <UIKit/UIKit.h>

@interface aClass : UIViewController <UIScrollViewDelegate>{
    IBOutlet UIScrollView *scrollViewCC;
}

@end


/************aClass.m************/

#import "aClass.h"
#define aNumber 2

@interface DLRPersona ()
@end

@implementation aClass

-(void)ViewDidLoad{
     [super viewdidload]
}

@end

0 个答案:

没有答案