zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

那些牛b的ios开发第三方工具(利器虽好,新手慎用)

ios工具开发 那些 利器 第三方 新手 慎用
2023-09-27 14:29:22 时间
CWCoreData - Additions and utilities to make it concurrency easier with the Core Data framework. Objective-Record - Objective Record is a lightweight ActiveRecord way of managing Core Data objects. Magical Record - Super Awesome Easy Fetching for Core Data. SSDataKit - Eliminate your Core Data boilerplate code ios-queryable - ios-queryable is an implementation of IQueryable/IEnumerable for Core Data ReactiveCoreData - ReactiveCoreData (RCD) is an attempt to bring Core Data into the ReactiveCocoa (RAC) world. Ensembles - A synchronization framework for Core Data. SLRESTfulCoreData - Objc naming conventions, autogenerated accessors at runtime, URL substitutions and intelligent attribute mapping.
GPU Image - An open source iOS framework for GPU-based image and video processing. UIImage DSP - IOS UIImage processing functions using the vDSP/Accellerate framework for speed. QR Code Scanner - QR Code implementation AsyncImageView - Simple extension of UIImageView for loading and displaying images asynchronously without lock up the UI.
AFNetworking - A delightful iOS and OS X networking framework. RestKit - RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun. FSNetworking - Foursquare iOS networking library ASIHTTPRequest - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone. Overcoat - Overcoat is a small but powerful library that makes creating REST clients simple and fun.
Twitter Text Obj - An Objective-C implementation of Twitters text processing library. Nimbus - Nimbus is a toolkit for experienced iOS software designers.
Cocoa Pods - CocoaPods is the dependency manager for Objective-C projects. It has thousands of libraries and can help you scale your projects elegantly. Xcode Maven - The Xcode Maven Plugin can be used in order to run Xcode builds embedded in a Maven lifecycle. Gradle - The gradle xcode plugin can be used to build iOS or Mac OS X Projects using gradle.
TestFlight - A free mobile platform for developers, managers ans testers. Crashlytics - Crash Reporting appium - Appium is an open source test automation framework for use with native and hybrid mobile apps. Cucumber - Behavior driver development for iOS. Kif - An iOS Functional Testing Framework. Subliminal - An understated approach to iOS integration testing. UIAutomation - JavaScript library to write test scripts that exercise your app’s user interface elements while the app runs on a connected device. ios-driver - Test any IOS native, hybrid, or mobile web application using Selenium / WebDriver. Zucchini - A visual iOS testing framework that loves your apps.
SCXcodeMiniMap - SCXcodeMiniMap is a plugin that adds a source editor MiniMap to Xcode. Show in Github - Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window. BBUFullIssueNavigator - Xcode plugin for showing all issue content in the issue navigator. BBUDebuggerTuckAway - Xcode plugin for auto-hiding the debugger once you start typing in the source code editor. SCXcodeSwitchExpander - SCXcodeSwitchExpander is a small Xcode plugin that expands switch statements by inserting missing cases. VVDocumenter-Xcode - Xcode plug-in which helps you write Javadoc style documents easier. XAlign - An amazing Xcode plugin to align regular code. It can align anything by using custom alignment patterns. Cocoapods Xcode Plugin - Dependency management helper for your CocoaPods, right in Xcode. KSImageNamed-Xcode - Xcode plug-in that provides autocomplete for imageNamed: calls. ColorSense-for-Xcode - Plugin for Xcode to make working with colors more visual.
Apples Swift Blog - Offical Swift blog from Apple. Awesome-swift - A curated list of awesome Swift frameworks, libraries and software.
[ios开发]-APP-上架流程 由于苹果的机制,在非越狱机器上安装必须通过官方的Appstore, 开发者开发好应用后上传Appstore,也需要通过审核等环节。 AppCan作为一个跨主流平台的一个开发平台,也对ipa包上传Appstore作了支持。 本文从三个流程来介绍如何实现AppCan在 线编译出ipa包,以及上传到苹果Appstore。