!--
 UIImageView *myImage = [[UIImageView alloc] initWithFrame:CGRectMake(0, 110, 320, [UIScreen mainScreen].bounds.size.height - 260)];

!--
#define NLSystemVersionGreaterOrEqualThan(version) ([[[UIDevice currentDevice] systemVersion] floatValue] >= version)
#define IOS7_OR_LATER NLSystemVersionGreaterOrEqualThan(7.0)
#define IOS8_OR_LATER NLSystemVersionGreaterOrEqualThan(8.0)
#define IOS9_OR_LATER NLSystemVersionGreaterOrEqualThan(9.0)

!--
//        self.modalPresentationStyle = UIModalPresentationCurrentContext;
//        self.modalPresentationStyle = UIModalPresentationOverCurrentContext;
//        self.modalPresentationStyle = UIModalPresentationAutomatic; //iOS 13+
//        self.modalPresentationStyle = UIModalPresentationPageSheet;
//        self.modalPresentationStyle = UIModalPresentationFormSheet;
        self.modalPresentationStyle = UIModalPresentationCustom; //and etc...

!--

@property (nonatomic, weak) IBOutlet UISegmentedControl *mSegmentControl;
@synthesize mSegmentControl;



Showing All Messages
Compiling IB documents for earlier than iOS 7 is no longer supported. [12]

StoryBoard -> choose IB file and viewcontroller -> Interface Builder Document Builds for iOS 13.0 and Later.


- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
    NSLog(@"your paramter %@", url);
}

난 연예인을 별로 좋아하지도, 관심을 가지지도 않는 사람이다.

다만, 설리는 조금 다르다.



와이프가 브래지어가 불편해서 늘 소화 불량에 걸리는 것을 알고 난 후부터,

facebook에서 Free the nipple.이라는 운동을 지지하는 페이지를 만들고 수년간 운영하며,

켄달 제너라는 모델을 알게 되었는데 한국에서는 설리가 그 이미지였기 때문에

마음속으로 지지하던 사람이었다.



설리의 사망은 놀랍지만, 그 이유가 우울증이라 이해가 된다.

내 주변에도 우울증 걸린 사람이 있었기 때문에.

더군다나 내 어머니셨다.



우울증에서는 주변 사람의 도움이 정말 중요한데, 나의 경우 거지 같은 스타트업에서 내 어머니가

더 힘들 수 있도록 배려해 주었던 기억이 생생하다. 나도 어머니도 죽음의 고통과 같은 늪에서 빠져나오기 참 힘들었다.



설리는 빠져나오지 못했음은 아마 주변에서 일반인이 알 수 없도록

더 많은 사람들의 괴롭힘이 있었을 거라 추측이 된다.



하늘에서는 괴롭히는 사람이 없겠지.

그래서 행복하리라 생각된다.



삼가 고인의 명복을 빕니다.

'Blog History' 카테고리의 다른 글

075  (0) 2020.01.09
074  (0) 2020.01.09
072  (0) 2020.01.06
071  (0) 2020.01.04
070  (0) 2019.12.31

+ Recent posts