일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- xcode
- iPhone
- effect
- iOS 개발자
- css3
- jQuery
- keyframes
- button
- MAC
- front-end
- IOS
- 자바스크립트
- javascript
- html5
- ipad
- HTML
- php
- 프론트엔드
- 비전공 개발자
- CSS
- 비전공자
- Animation
- 풀스택
- image
- 개발자
- SWIFT
- react
- 애니메이션
- hover
- 백엔드
- Today
- Total
목록기타 (14)
비전공자 개발일기
https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for your project www.toptal.com # Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods # Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods ### CocoaPods ### ## CocoaPods GitIgnore Template # CocoaPods - Only use to conserve bandwidth / Save time on..
Pynecone https://pynecone.io/ Pynecone: The easiest way to build web apps. Build anything, faster. Create your whole app in a single language. Don't worry about writing APIs to connect your frontend and backend. With Pynecone you can build anything from internal tools and data apps to complex multi-page apps. This entire website pynecone.io Pynecone is a full-stack framework for building and dep..
.toggle-switch, .toggle-switch .toggle-knob { -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } .toggle-switch { height: 30px; width: 55px; display: inline-block; background-color: #ffffff; margin: 2px; margin-bottom: 5px; border-radius: 30px; cursor: pointer; border: solid 1px #d2d6de; box-shadow: inset 1px ..
PWA를 설치할 수 있음을 표시하고 사용자 지정 인앱 설치 흐름을 제공하는 방법 beforeinstallprompt 이벤트 실행 // Initialize deferredPrompt for use later to show browser install prompt. let deferredPrompt; window.addEventListener('beforeinstallprompt', (e) => { // Prevent the mini-infobar from appearing on mobile e.preventDefault(); // Stash the event so it can be triggered later. deferredPrompt = e; // Update UI notify the user they..
1. ios 기본 아이폰이 제공하는 UI 처리 사용시 기본 아이폰이 제공하는 UI 처리 미사용시 2. Android * 사진 사이즈 아이폰 - 57 * 57 아이패드 - 72 * 72 아이폰4 - 114 * 114 안드로이드 - 72 * 72
M1의 경우 호환성의 원인으로 일반적인 방법으로 homebrew를 설치하면 command not found라는 글을 보게 됨 이를 해결하기 위해 터미널에 들어가기 전부터 약간의 설정만 바꾸면 문제가 바로 해결 되는 것을 직접 확인 위의 사진처럼 설정한 후, homebrew를 설치하면 문제없이 사용 가능 https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh JDK 설치시 , 입력하는 brew cask install -> 바뀐 명령어: brew install --cask
단축키 설명 command + A 현재 활성화된 창의 모든 항목 선택 command + M 창 축소하기 command + delete 휴지통으로 해당 항목 이동 command 누른 상태로 드래그 드래그한 항목을 다른 위치로 이동 option 누른 상태로 드래그 드래그한 항목 복사 command + shift + 3 전체화면 스크린샷 command +shift + 4 지정 영역 스크린샷 command + W 화면 닫기 option + return 한자 키 전환 control + command + spacebar 특수키 선택창 command + C 복사 command + X 잘라내기 command + V 붙여넣기 shift + 창 모서리 가로 * 세로 동일한 비율로 확대 / 축소 option + 원하는 방향..
map() => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map find() => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find findIndex() => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex filter() => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global..