NSString *key = @"statusBar";
id object = [UIApplication sharedApplication];
UIView *statusBar = nil;
if ([object respondsToSelector:NSSelectorFromString(key)])
{
statusBar = [object valueForKey:key];
}
[self bringSubviewToFront:statusBar];
반응형
'iOS 초보' 카테고리의 다른 글
pdf, horizonal, paging (0) | 2015.05.08 |
---|---|
perform block with delay (0) | 2015.04.28 |
UIActivityViewController, 카카오링크 연동 (0) | 2015.04.03 |
iOS, googlemap, 마커가 모두 보이도록 지도 조정 (0) | 2015.03.30 |
autolayout 제약조건 애니메이션 (0) | 2015.03.18 |