New: objective-cAll contenthive-129948hive-196917krhive-183959steemzzanhive-180932photographyhive-166405hive-144064uncommonlabhive-185836bitcoinhive-183397hive-150122krsuccesshive-188619hive-101145lifehive-139150hive-124908hive-109690hive-103599hive-145157hive-184714TrendingNewHotLikersluowanglin (25)in steempress • 6 years agoObjective-C & Swift混编好久没有更新文章了😂,近日公司项目刚好也遇上了OC & Swift 混编的问题,早在Apple developer Document发布了关于两者混编的消息时,就已按耐不住内心的激动进行了尝试。但由于公司那会并未接纳Swift这门新生语言,一贯坚持OC战略,现如今Swift4了!!!😓 好啦,不多说了,今天的主题是基于OC项目,配置Swift的协同开发,详见以下步骤:…bessalitskykh (25)in swift • 6 years agoObjective-C or Swift?These days, Objective-C has fewer updates, most of which are for compatibility with Swift (e.g. easy import to the Swift code). Swift was created as an interoperable language, so it is completely…cryptoizotx (40)in programming • 6 years agoDelegation Pattern in Objective-CIt's been a long time since I had to work with old good Objective-C, the king of brackets [[[[]]]]]]]. I recently had to revisit implementation of one of the fundamental design pattern in iOS…bessalitskykh (25)in swift • 6 years agoSwift vs Objective-C - which programming language should you choose for iOS app development?As the iOS platform is gaining popularity and Apple users have high payment ability, businesses concentrate on strategic efforts to give the best quality products. The right tech stacks are…preslavrachev (26)in programming • 6 years agoEmbracing the FutureDominik Wagner (a.k.a. @monkeydom ) published an article a few days ago, called On my misalignment with Apple's love affair with Swift . I fully respect Dominik's opinion, and have…esjung (26)in ios • 7 years agoIOS Custom Slider Widget for IOS DeveloperThis post is Custom Slider Widget for IOS Developer GitHub : Feature The center of the knob is located at the end of the track. Support portrait, Horizontal, Inverse Portrait, Inverse…andrixyz (52)in utopian-io • 7 years agoHow to display pop up in iOS development using SCLAlertViewWhat Will I Learn? Integrate SCLAlertView to iOS project Install Cocoapods Import SCLAlertView library Implement SCLAlertView to display alert in various ways like show error, show…andrixyz (52)in utopian-io • 7 years agoWorking with EZRatingView in iOS apps developmentWhat Will I Learn? How to integrate EZRatingView to iOS project Use the EZRatingView to give and view some kind of reviews (e.g: "Quality", "Service" and "Accuracy") Learn some…andrixyz (52)in utopian-io • 7 years agoCreating Floating Action Button in iOS development like in Path AppWhat Will I Learn? Integrate DCPathButton library to an iOS project Creating floating action button using DCPathButton library Configure DCPathButton subviews and its delegate…andrixyz (52)in utopian-io • 7 years agoWorking with Realm to create a simple to do list iOS App DevelopmentWhat Will I Learn? Write here briefly the details of what the user is going to learn in a bullet list. Integrate Realm in an iOS project Create a simple to do list iOS using tableView and…andrixyz (52)in utopian-io • 7 years agoUsing tooltip to iOS app developmentTooltip is a very informative tool the user. For developers and designers, it can be useful to save the space if the views are too much. For example, when user clicked an "i" button in a specific…andrixyz (52)in utopian-io • 7 years agoHow to use TTRangeSlider to filter price value in iOS developmentIn this chance, i want to share how to implement TTRangeSlider in iOS development so that we can filter specific things like price, distance, etc. Developers often need to use slider to filter their…