//맥부기 카페에서 문씨님 강좌의 에기스만 요약함. // UIButton UIButton *button = [self CreateButton:@"시간표" type:UIButtonTypeRoundedRect view:self.view frame:CGRectMake(20.0, 310.0, 135.0, 50.0) target:self action:@selector(cmdOpenTimeTable)]; title: 버튼에 들어갈 제목 type: 버튼 종류 UIButtonTypeCustom = 0, // no button type UIButtonTypeRoundedRect, // rounded rect, flat white button, like in address card UIButtonTypeDetailDisc..