[iOS Autolayout] Why stackViews first, constraints later Stack views provide an easy way to leverage the power of Auto Layout without introducing the complexity of constraints. In general, use stack views to manage as much of your layout as possible. Resort to creating constraints only when you cannot achieve your goals with stack views alone. The following recipes show how you can use stack vie..
iOS AutoLayout - What다양한 iOS 기기 화면에 유연하게 대응하기 위해 만들어 졌습니다. - HowSeven Commandments of AutoLayout And Guiding Principles of AutoLayout - from Udacity's AutoLayout Lecture - Guiding Principles of AutoLayout 1. stackViews first, constraints later 2. start small, or not at all 3. work from the inside out 4. Trust the simulator only 5. Don't panic - Seven Commandments of AutoLayout 1. Tweak The prope..
코드스쿼드 31일 째 2018년 4월5일 목요일 뽀모도로, 일지!!! 눈 앞이 캄캄하다!!! ----- ------ TODO 작은 단위로 쪼개기✅ jsonParser step4 진행 // bracket(), curlyBrace() 내부에서 정규식을 써서 처리하도록 변경해보세요. // 아직까지 단위 테스트 함수는 하나의 객체에서 하나의 기능만 테스트하도록 작성하세요. // 따라서 token 데이터를 직접 만들어야 합니다. - 1. Parser.parse()결과가 카운트만 갖고 있는 게 좋은 구조일까? -> 데이터를 가지고 있게 만들고 그 데이터 개수를 활용하는 방향으로 생각
