New: xcodeAll contenthive-129948hive-196917krsteemhive-183959hive-180932zzanphotographyhive-185836hive-166405uncommonlabhive-188619hive-150122hive-144064bitcoinhive-183397krsuccesshive-101145hive-139150hive-181136hive-124908lifehive-109690hive-103599hive-145157TrendingNewHotLikerssagarkothari88 (37)in hive-101145 • 2 years agosteemCreated with Sketch.I found a new way to clean up & recover space on macOS VenturaHow to do clean up & recover space on macOS Ventura? Step 1. Open System Preferences & Click General Now click on Storage Step 2. Click on Storage & Click on info icon. You can choose…rohit.tech (22)in technology • 4 years agoiOS app Development #14Hey guys last year i had started my iOS development training in (Hyderabad) India. I have done my training after that i got job as iOS developer(Full Time). My training experience is awesome. First…octav (50)in swift4tf • 5 years agoHow2: Swift 4 TFerror: Swift does not support the SDK 'MacOSX10.14.sdk' You have most probably downloaded the newer toolchain version of the swift4TF (e.g. Xcode 11 from FIX Download the Xcode 10 toolchain…deathcloud (63)in steemhunt • 6 years agoXcode - A software to create apps for apple productsXcode A software to create apps for apple products Screenshots Hunter's comment If you want to create apps for apple products like iPhone, iPod Touch, iPad, etc, then you can use…yjiq150 (56)in kr • 6 years agosteemCreated with Sketch.Playground에서 Cocoapod 라이브러리 사용하기엑스코드 플레이그라운드(Xcode Playground)에서 간단하게 코드를 테스트 해보고 싶은데 해당 코드가 특정 cocoapod 라이브러리에 의존성이 있는 경우 cocoapods-playgrounds 명령어 도구를 사용하면 편리하다. 설치 및 사용 방법 설치 sudo gem install cocoapods-playgroundsplumplum (25)in iphone • 6 years agoIphone imessage stickers proceedsI make imessage stickers and sale. Can I make a money well? How many country use imessage stickers?wellcraze (25)in xcode • 6 years agoXcode Introduction▶️ DTube ▶️ IPFSwellcraze (25)in xcode • 6 years agoXcode introductionXcode introduction for beginners. ▶️ DTube ▶️ IPFSclaypark (25)in xcode • 6 years ago[iOS] 개발자 인증서 갱신 후, Code signing error 삽질iOS 개발자 인증서가 만료되어 갱신 되었는데, 갑자기 Code signing 에러가 발생하였다. 해봤던 삽질: 1. 옆에있는 iMac의 Keychain Access -> export certificate 해서 내 맥에 옮기기. 2. Certificate 처음부터 다시 만들기. 3. cmd + K / Derived Data 지우기.…sham-san (25)in xcode • 6 years agoHow to link your Xcode signing Team ID in Unity when you have a free accountContext When you develop on Unity and you want to build your project on iOS platform, you can configure your default settings in Unity by providing you Xcode signing Team ID. Thus everything is set…lucasmw (44)in dev • 6 years agoWhen your program have memory consumption problemsTook this shot during a debug session Steepshot IPFS IOS Android Webtechcoderx (64)in utopian-io • 6 years agoFirebase Ep.9: Authentication with Google Sign In [DTube exclusive iOS Development tutorial]Repository What Will I Learn? You will learn how to create a Google Sign In button in one of your view controllers in your iOS app. You will learn how to enable users to sign into your…priyatalreja (29)in swift • 6 years agoChapter 8 - Types of DataIn any programming language, we use different types of variables to store information. Variables are nothing but reserved memory locations to store values. Int Int which short for Integer.…priyatalreja (29)in swift • 6 years agoChapter 7 - Swift OptionalsSwift is a very safe language. It works hard to ensure your code never fails in surprising ways. Optionals are a powerful feature in Swift language which come to solve the problem of…priyatalreja (29)in ios • 6 years agoChapter 6 - Variables and ConstantsVariables are nothing but reserved memory locations to store values. The value of a constant can’t be changed once it’s set, whereas a variable can be set to a different value in the future.…priyatalreja (29)in swift-tutorials • 6 years agoChapter 5 - Swift PlaygroundsSwift Playgrounds helps you learn and explore coding in Swift. Swift Playgrounds can satisfy your curiosity about what coding is and how it works, but it doesn’t really let you write apps.…priyatalreja (29)in mobile • 6 years agoChapter 3 - Getting Familiar with XcodeNavigator area Allows you to add new files and/or select existing files. Provides quick access to the various parts of your project. Editor area Allows you to edit source code, user…priyatalreja (29)in xcode • 6 years agoChapter 2 - Creating a sample project in XcodeThe below steps will help you learn to create a sample project in Xcode. 1 - Open XCode 2 - Click on File Menu and Create New Project. 3 - Select iOS at the top of the dialog. 4 - Xcode…papasmf1 (56)in kr • 6 years ago아이폰 앱(iOS)을 개발할 때 사용하는 스위프트 언어를 학습하는 기본 적인 내용들을 정리한 글목차입니다.아이폰 앱(iOS)을 개발할 때 사용하는 스위프트 언어를 학습하는 기본 적인 내용들을 정리한 글목차입니다. 아무래도 목차로 정리해두어야 할 것 같아서 아래와 같이 정리했습니다. xCode 9.*과 Swift 4를 사용한 기본 언어 학습에 관한 내용입니다. #1 Xcode 9.* 에서 Swift 4를 사용하면서 Array, Dictionary…priyatalreja (29)in xcode • 6 years agoChapter 1 - Prerequisites and languages used for iOS App developmentiOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. Requirements for iOS App development 1. MAC Yes, it’s the basic requirement for iOS App development.…