Programing Language
-
아이폰 기기별 해상도Programing Language/iOS(Swift) 2020. 8. 27. 20:48
아래의 웹페이지에 아이폰 기기별 해상도 및 UIKit size 등이 기술되어 있는 것 같습니다. https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Displays/Displays.html 위의 웹페이지에 기술된 아이폰 기기별 해상도 및 UIKit size 를 캡처하면 다음과 같습니다. [출처] 아이폰 기기별 해상도|작성자 까미유
-
iOS) Apple 로그인 연동Programing Language/iOS(Swift) 2020. 7. 26. 17:34
2020년 4월 이후로 sns플랫폼 연동 로그인을 앱과 연동하면 무조건 apple 로그인 또한 프로젝트와 연동해야한다. - Apple 로그인 연동 하는 방법 1. Signing & Capabilities에 Sign In with Apple 추가 2.Certificates, Identifiers & Profiles -> 개발자 홈페이지 이동 - Identifiers 목록들어가서 apple 로그인 연동할 프로젝트 클릭 - Capabilities 목록에서 Sign In with Apple을 체크하고 configure 클릭하고 진행한다. 3. 이후에 key 목록에서 추가를 누르고 Sign In with Apple 을 추가한다. 이후 https://devgyugyu.tistory.com/24 Apple Login..
-
-
Linux) composer 어느 위치에서든 composer만 쳐도 실행되게 하기Programing Language/리눅스 2020. 6. 9. 01:49
원래 composer를 설치하면 php composer.phar를 해야 실행되지만 composer.phar 이 있는 위치에서 mv composer.phar /usr/local/bin/composer 명령어를 넣어주면 어느 폴더위치에서나 composer를 실행할수 있다. https://getcomposer.org/doc/00-intro.md Introduction - Composer Introduction# Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. Dep..
-