# mdoc

6개의 포스트
post-thumbnail

UILabel LineSpacing - AttributedString, Animate, BackButton

Today 7/30StartScreen부분 디테일 보완을 진행했다.iOS ) NavigationController BackButton 색상, 텍스트 바꾸기\[ios] Swift에서 UILabel의 줄 간격을 늘리는 방법attributeString에 addAttribut

2022년 7월 30일
·
0개의 댓글
·
post-thumbnail

StatusBar, Available, StatusBar ContentMode

Today 5/16다양한 기종에 대응하려면 statusBar의 높이를 알아야 하는 경우가 엄청 많은데 항상 이 높이에 접근하기가 생각보다 복잡하고, ios 버전마다 달라져서 힘든 것 같다..현재 가능한 접근방법은 두 가지, 13부터와 11부터로 나누어진다. 둘 다 방법

2022년 6월 1일
·
0개의 댓글
·
post-thumbnail

SnapKit, Then

Today 5/21-5/24Storyboard 지우기Info.plist → Scene Configuration → StoryboardName 탭 아예 삭제SceneDelegate에서 rootViewController 설정info.plist에서 StoryboardName

2022년 5월 24일
·
0개의 댓글
·
post-thumbnail

SwiftGen

Today 5/15swiftGen은 리소스들을 코드로 생성해주는 도구이다.보통 Assets.xcassets에 들어있는 이미지나 색 등을 사용하려면 string으로 받아줘야 해서, 또 자동완성이 되지 않아서 에러가 나고 불편한 경우가 많았다.이럴 때, swiftGen을

2022년 5월 16일
·
0개의 댓글
·
post-thumbnail

IOS Push Notification

Today 5/15Notification의 종류에는 local과 server를 통한 push가 있다. 오늘은 이 중 push를 학습한다.APNs - Apple Push Notification Service스크린샷 2022-04-28 오후 8.39.28.p

2022년 5월 15일
·
0개의 댓글
·
post-thumbnail

IOS Local Notification

Today 5/15Notification의 종류에는 local과 server를 통한 push가 있다. 오늘은 이 중 local을 학습한다.선행작업으로 일단 UserNotifications을 import해주고 특이한 점은 여기 속해있는UNUserNotificationCe

2022년 5월 15일
·
0개의 댓글
·