게시판 기능을 추가해서 업데이트를 올렸는데 리젝이 됐습니다. 익명게시판도 있고, 신고 기능도 있었습니다. Guideline 1.2 - Safety - User Generated Content Your app enables users to post content anonymously but does not have the proper precautions in place. Next Steps To resolve this issue, please revise your app to implement all of the following precautions: - Age rating must reflect 17+ - A mechanism for users to block abusive users - To cla..
let numbers = [1, 2, 3, 4, 5] //앞에서 2개 가져오기 print(numbers.prefix(2)) // Prints "[1, 2]" //최대 개수 넘어도 상관없음 print(numbers.prefix(10)) // Prints "[1, 2, 3, 4, 5]" //뒤에서 2개 가져오기 print(numbers.suffix(2)) // Prints "[4, 5]" //최대 개수 넘어도 상관없음 print(numbers.suffix(10)) // Prints "[1, 2, 3, 4, 5]" iOS Swift Xcode
postfix operator ~~ extension String { static postfix func ~~ (string: Self) -> Character { return string.last ?? Character("") } } "Gons"~~// s 문자열의 마지막 글자를 ~~ 물결 2개로 가져옴. 이런식으로 원하는 동작을 하는 연산자를 만들 수 있습니다. iOS Swift Xcode Custom Operator postfix prefix infix ternary
- Total
- Today
- Yesterday
- TabView
- 프로그레스
- Reject
- indicator
- localizable
- 스위프트
- Authorization
- picker
- 인디케이터
- presentationcompactadaptation
- 심사
- SKPayment
- AppStore
- Language
- Xcode
- localizing
- swiftUI
- ios
- 로컬라이징
- SKProductsRequestDelegate
- 아이오에스
- permission
- 리젝
- 엑스코드
- SWIFT
- 현지화
- TabBar
- 다국어
- custom segment
- 테이블뷰
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |