검색결과 리스트
분류 전체보기에 해당되는 글 398건
- 2014.06.25 Testing in Xcode 6, Xcode 5
- 2014.06.05 WWDC 2014 What's New in Cocoa Touch
- 2014.05.29 ios cocoa auto layout wwdc videos
- 2014.05.24 dart tips tutorials playlist 2
- 2014.05.18 일본어로 면접 공부 동영상
Testing in Xcode 6
Tools
iOS, OS X
Testing in Xcode 6
Session 414
Play
Unit testing is an essential tool to consistently verify your code works correctly. Learn how Xcode 6 takes this to the next level with support for performance testing, baselining, and integration with Xcode bots to continually monitor your performance over time and devices.
Download: HD | SD | PDF
demo를 objective c로 보여주네. swift를 기대했는데..
OCUnit은 Xcode 5.1부터 deprecated됐다.
Asynchronous testing
test case 1개씩 profiling하는 것도 쓸만 하겠다.
measureBlock은 여러 번 실행하고 실행시간 평균과 standard deviation 등을 계산해 주나 보다.
Testing in Xcode 5ToolsiOS, OS X
Testing in Xcode 5Session 409Play Unit testing is an essential tool to consistently verify that your code works correctly. Learn how Xcode 5 makes it dramatically easier to create, edit, execute, and understand your tests. Download: HD | SD | PDF
unit testing 얘기부터 시작
XCTest가 Xcode5부터 나왔나보네.
Test Navigator 등은 이 때 더 잘 설명해줬었다.
xcode server에서 test실행하는 것을 local xcode에서 할 수 있는 건가
Code Jam 2009, Round 1C 문제 풀이 ruby, python (0) | 2015.03.29 |
---|---|
오랜만에 google codejam 설명서 읽기 (0) | 2015.03.19 |
python 동영상 강의 (0) | 2015.01.15 |
ios inhouse enterprise app 만들기 설명 동영상 sites (0) | 2014.12.27 |
Google io 2014 keynote (0) | 2014.06.26 |
WWDC 2014 What's New in Cocoa Touch (0) | 2014.06.05 |
ios cocoa auto layout wwdc videos (0) | 2014.05.29 |
dart tips tutorials playlist (2) | 2014.05.24 |
google io 2013 google plus sign-in android api tutorial (0) | 2014.02.10 |
Google maps android api videos Google io 2013 등 (0) | 2014.02.08 |
올해는 wwdc video가 바로 모두에게 공개돼있네.
https://developer.apple.com/videos/wwdc/2014/
What's New in Cocoa Touch
Frameworks
iOS
What's New in Cocoa Touch
Session 202
Play
iOS 8 brings enhancements to the Cocoa Touch frameworks for making next generation apps on iOS. Learn about updates to view controllers, the introduction of size classes, and get an overview of all new APIs to help you create adaptive apps. Hear about new capabilities, such as extensions and handoff, which will enable you to create great experiences for users to keep them up to date at all times or allow them to continue their workflow when they move from one device to another. Find out which sessions you won't want to miss throughout the week.
Download: HD | SD
adaptive하게 돼서 iphone, ipad 동시 개발이 쉬워졌대.
AlertView도 양쪽에 동작한다고 하고,
simulator도 변경해서 쓰기가 쉬워졌대.
split view도 뭔가 좋아졌다고 한다.
UIBlurEffect
목욕탕 반투명 색깔
UIVibrancyEffect
TableView에서
variable row height
auto layout으로 자동으로 height를 알아낸다.
App Extensions
notification
승인 안받아도 notify할 수 있게 됐네.
push size가 256 --> 1k
hand off
mac os x을 쓸 때만 쓰려나
Core location
indoor location?? 뭐가 되려나
오랜만에 google codejam 설명서 읽기 (0) | 2015.03.19 |
---|---|
python 동영상 강의 (0) | 2015.01.15 |
ios inhouse enterprise app 만들기 설명 동영상 sites (0) | 2014.12.27 |
Google io 2014 keynote (0) | 2014.06.26 |
Testing in Xcode 6, Xcode 5 (0) | 2014.06.25 |
ios cocoa auto layout wwdc videos (0) | 2014.05.29 |
dart tips tutorials playlist (2) | 2014.05.24 |
google io 2013 google plus sign-in android api tutorial (0) | 2014.02.10 |
Google maps android api videos Google io 2013 등 (0) | 2014.02.08 |
코스라 강의 Malicious Software and its Underground Economy: Two Sides to Every Story (0) | 2013.12.15 |
2013년
Interface Builder Core Concepts
Tools
iOS, OS X
Interface Builder Core Concepts
Session 405
Play
The Interface Builder feature built into Xcode makes it easy to create world-class interfaces using a design canvas. Learn how to use storyboards to arrange the views of your app, and employ Auto Layout to ensure your design adapts to changes in screen size, orientation, and localization. See how to easily wire up connections between your beautiful UI and your implementation code using the Assistant editor.
Download: HD | SD | PDF
Taking Control of Auto Layout in Xcode 5
Tools
iOS, OS X
Taking Control of Auto Layout in Xcode 5
Session 406
Play
Auto Layout’s powerful constraint-based engine enables a single user interface to work beautifully on both iOS 6 and iOS 7, and respond dynamically to changes in the size of controls, rotation, or localization. See how the improvements to Auto Layout in Xcode 5 make it even easier to quickly build flexible, modern interfaces.
Download: HD | SD | PDF
2012년
Introduction to Auto Layout for iOS and OS X
Essentials
iOS, OS X
Introduction to Auto Layout for iOS and OS X
Play
If your application has a user interface, then this session is for you. iOS 6 adopts OS X Lion's powerful constraint-based layout engine, making it easy to design a flexible user interface that responds dynamically to layout changes such as rotation and varying status bar heights. This session will cover the basic concepts, IB support, and API you'll need to get started using auto layout.
Download: HD | SD | PDF
Auto Layout by Example
Essentials
iOS, OS X
Auto Layout by Example
Play
Auto layout is a powerful constraint-based layout engine that can handle an amazing variety of user interfaces. This session pulls together API and technique to demonstrate how to build a wide range of interfaces. Learn how to construct common layout scenarios. From simple "button and text field" layouts all the way up to dynamic splitviews with interface elements that are dependent on each other, you will learn crucial skills to implement any type of user interface.
Download: HD | SD | PDF
Best Practices for Mastering Auto Layout
Essentials
iOS, OS X
Best Practices for Mastering Auto Layout
Play
Learn advanced techniques for creating sophisticated and dynamic layouts in OS X and iOS apps using the auto layout system. You'll receive tons of useful examples, see "how we did that," and learn valuable best practices and debugging techniques. If you are new to auto layout, you might want to attend the Introduction to Auto Layout session first.
Download: HD | SD | PDF
Adopting Storyboards in Your App
Developer Tools
iOS
Adopting Storyboards in Your App
Play
Storyboards in iOS make designing your application much faster and easier. Storyboards allow you to graphically arrange all your application's views within a single Xcode design canvas, where you can then define the logical flow and even assign transition animations. Learn how to use Storyboards to quickly go from concept to a fully functional iOS application.
Download: HD | SD | PDF
2011년에는 os x에서만 auto layout
Cocoa Autolayout
App Frameworks
OS X
Cocoa Autolayout
Play
In Lion, we revisit the basics of how views are placed in windows for the first time since Mac OS X 10.0. Springs and struts (i.e. autoresizing masks) are out, dashed blue Interface Builder guides are in. Rather than being one-off helpers for setting a frame in IB, guides become persistent objects that maintain a relationship at runtime. Come see what's going on, and what merited such a big change.
Download: HD | SD | PDF
python 동영상 강의 (0) | 2015.01.15 |
---|---|
ios inhouse enterprise app 만들기 설명 동영상 sites (0) | 2014.12.27 |
Google io 2014 keynote (0) | 2014.06.26 |
Testing in Xcode 6, Xcode 5 (0) | 2014.06.25 |
WWDC 2014 What's New in Cocoa Touch (0) | 2014.06.05 |
dart tips tutorials playlist (2) | 2014.05.24 |
google io 2013 google plus sign-in android api tutorial (0) | 2014.02.10 |
Google maps android api videos Google io 2013 등 (0) | 2014.02.08 |
코스라 강의 Malicious Software and its Underground Economy: Two Sides to Every Story (0) | 2013.12.15 |
Google io 2003 Android graphics performance (0) | 2013.12.15 |
www.dartlang.org 페이지에서 추천하는 tutorial
짧은 시간 동안에 dart의 특징을 알 수 있다.
dart가 얼마나 좋은지 신속하게 알 수 있고, getting started 로도 좋겠다.
Class 관련 내용은 10, 11편에서 가르쳐준다.
물론 실제로 code를 작성하려면, sample code를 더 봐야겠다.
type checking같은 기능이 (check mode 에서만이라도) 있어서 좋다.
ruby 등 최신 script 언어에 있는 기능들이 들어 있어서 좋네.
ios inhouse enterprise app 만들기 설명 동영상 sites (0) | 2014.12.27 |
---|---|
Google io 2014 keynote (0) | 2014.06.26 |
Testing in Xcode 6, Xcode 5 (0) | 2014.06.25 |
WWDC 2014 What's New in Cocoa Touch (0) | 2014.06.05 |
ios cocoa auto layout wwdc videos (0) | 2014.05.29 |
google io 2013 google plus sign-in android api tutorial (0) | 2014.02.10 |
Google maps android api videos Google io 2013 등 (0) | 2014.02.08 |
코스라 강의 Malicious Software and its Underground Economy: Two Sides to Every Story (0) | 2013.12.15 |
Google io 2003 Android graphics performance (0) | 2013.12.15 |
Google io 2013 android custom views (0) | 2013.12.15 |
타마 선생님 animation으로 배우기.
고등학생 대상 면접 공부 동영상이지만,
고등학생이 아니어도, 면접을 보는 사람이 아니어도 도움 되는 내용이 많다.
상식이 많지만, 실천하기는 쉽지만은 않은 것들.
전반부는 예절 공부
후반부는 면접 내용
들어갈 때, 노크, ok 이후에 들어가서, 의자 옆에 서 있다가, 호명 받고, 의자에 앉으라면 앉기.
완전히 그대로 할 필요는 없겠지만, 멀뚱멀뚱하는 것은 좋지 않겠으니, 뭐든 확실히 하는 것이 좋겠다.
언제나 웃는 얼굴
자기 잘난 체 할 때는, 자신의 best 3 뿐만 아니라 상대방이 원하는 분야의 best 3를 생각하기
classical 음악을 배우기 open yale course Listening to Music (0) | 2013.08.03 |
---|---|
ocw 사이트 모음 scrap (0) | 2013.07.15 |
bowling 강의 (0) | 2013.03.28 |
한국 ocw (0) | 2013.03.10 |
ebs 편성표 읽었던 것 (0) | 2011.06.14 |
Ipod으로 Ted 최근 꺼 몇 개 보기 (2) | 2011.06.14 |
경영환경 이해를 위한 원가 관리 회계 내용 (0) | 2011.06.04 |
Introduction to Robotics Stanford (0) | 2011.05.25 |
강남 근로자지원과정 (0) | 2009.08.23 |
Video lectures (0) | 2007.08.05 |
RECENT COMMENT