We’re excited to announce a new open source package called Swift HTTP Types.
Building upon insights from Swift on server, app developers, and the broader Swift community, Swift HTTP Types is designed to provide a shared set of currency types for client/server HTTP operations in Swift.
If you're an indie developer or you're part of an organisation with multiple apps that share a common design language and find yourself using the same fonts over and over again, you might want to consider creating a Swift Package to contain the shared font files and font-loading code.
코드는 다 달라서 같은 view controller에 다른 클래스를 연결하고 싶은데 이게 가능한가요? (라벨,버튼등이 연결되어 있습니다) 아니면 똑같은 view controller를 전부 다 복사해서 만들어서 해줘야 되나요? 아니면 xib로 디자인을 만들고 수동으로 view controller를 열어야 되나요?
웹에서 해당 이미지 파일명으로 서버에서 이미지를 받아와 화면에 뿌려주는 형태로 개발해야 될 것으로 예상돼서 네이티브로 구현하지 않고 html media 태그를 이용해 카메라 기능을 구현하는 방향으로 결정됐는데요. 앱 심사 단계에서 리젝사유가 되지는 않을지 걱정돼서 질문드립니다