[ios] 네비게이션바 이미지 배경 추가하기
by BitSense 2010. 11. 18. 01:24
@implementation UINavigationBar (CustomImage)
- (void)drawRect:(CGRect)rect {
UIImage *image = [UIImage imageNamed: @"list.png"];
[image drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];
}
@end
[flutter] setState 없이 상태 값 변경 - ValueNotifier
2021.03.12
[xamarin][XMFS] XAML Previewer, Gorilla Player
2016.06.20
[xamarin][FORMS] blog 샘플 소스 따라 하기 #0 개요
2016.05.09
[ios] 애플은 이미 개발자에게 iOS 6 SDK beta 서비스 준비중
2012.06.12