Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #objectivec created topics on internet
sagarkothari88
the-hive-mobile.app
2022-09-27 20:04
iOS 16 - Well this is new - Enable Developer Mode
I just updated my iPhone to iOS 16 As you all know, I keep doing mobile application development. What was the privacy setting till date? After connecting iPhone to system, Usually iPhone would request
$ 11.163
22
1
vickyciky
swift
2020-01-31 09:55
Swift vs Objective-C: Which is Ideal for iOS App Development in 2020
When you aim to develop the perfect iOS app, one of the first things that you need to decide is the language that you will need for the project. In terms of native mobile app development for iOS, you basically
$ 0.000
2
octav
ios
2018-03-26 11:04
I am a simple iOS dev
I am a simple iOS dev working on legacy code: I see notifications removal, I press like
$ 0.000
1
1
nbfuhao
leetcode
2017-03-06 19:53
[LeetCode] Binary Tree Level Order Traversal in Objective C
typedef struct { int value; struct TreeNode *left; struct TreeNode *right; } TreeNode; -(NSMutableArray *)levelOrder:(TreeNode *)treeNode { NSMutableArray *levelOrderArray = [NSMutableArray array]; if
$ 0.000
36