토이 프로젝트 모음
- 앱을 출시하면서 필요한 부품들을 작성했던 개인 프로젝트입니다.
- 그 외로 추후에 필요할 것 같은 프로젝트
- 개인적으로 만들어 보고싶었던 프로젝트
- 정리차원에서 만든 프로젝트들의 모음입니다.
Auto Layout을 프로그래머틱한 방식과 interface builder(xib, storyboard) 방식으로 보여주는 프로젝트
-
AutoLayout Adaptivity - Device Size Classes 및 Orientation 에 따른 AutoLayout Adaptivity 테스트
-
AutoLayout Animation - 오토레이아웃과 UIView 애니메이션 조합 테스트
- MGUAlertViewController, MGUActionSheetController -
UIAlertController
를 대체할 수 있는 커스텀 ViewController.
일반적인 Search 뿐만 아니라 한글 초성검색 및 미완성 문자까지 검색되게하는 알고리즘을 보여주는 프로젝트
- Initial Consonant Search - 초성검색, 일반검색, 미완성 문자 검색 샘플 프로젝트
Tree 구조를 형성하는 클래스 및 UI(TableView OR CollectionView)
- OutlineItem + (TableView OR CollectionView)
- Tree 알고리즘과 UI(Expandable + Drag and Drop) 구현을 보여주는 프로젝트
- SKUDropdownButton, MGUDropdownButton -
NSPopUpButton
(macOS) 의 기능을 구현 및 확장한 iOS 용 커스텀 Dropdown Button
- DialControl Samples - 휠을 돌려서 입력값을 설정할 수 있는 다이얼 컨트롤 테스트 샘플
- MGUNumKeyboard - 커스텀 숫자 키보드
- FinancialKeyboard - 커스텀 숫자 키보드
- MGURulerView - 스크롤 제스처로 몸무게를 설정할 수 있는 RulerView
- MGUNeoSegControl -
UISegmentedControl
를 대체할 수 있는 커스텀 SegmentedControl.
- MGUStepper, MGAStepper -
UIStepper
및NSStepper
를 대체할 수 있는 커스텀 Stepper
- MGUDNSwitch, MGADNSwitch -
UISwitch
및NSSwitch
를 대체할 수 있는 커스텀 스위치 - MGUSevenSwitch, MGASevenSwitch -
UISwitch
및NSSwitch
를 대체할 수 있는 커스텀 스위치 - MGUFlatSwitch - 완료 및 체크를 상징하는 커스텀 스위치
- MGUOnOffButton - Skeuomorphism(스큐어모피즘) 스타일 온오프 버튼.
- MGUSwipeTableViewCell, MGUSwipeCollectionViewCell - Custom Swipeable
UITableViewCell
/UICollectionViewCell
- MGUFlowView -
UITableView
대체할 수 있는 독특한 레이아웃을 제공하는 TableView.
앱의 배경을 꾸며줄 수 있는 Wallpaper
- MGURegularPolygon - 앱의 배경을 꾸며줄 수 있는 애니메이팅 가능한 6각형 조각으로 빈틈없이 채우는(hexagonal tiling) Wallpaper View
This project is released under the MIT License. See LICENSE for more information.