A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
Updated
Jul 7, 2020 - Swift
Objective-C builds on the foundations of ANSI C. Compared to other object-oriented languages based on C, Objective-C is very dynamic. Dynamism enables the construction of sophisticated development tools. Since Objective-C incorporates C, one gets all the benefits of C when working within Objective-C.
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
The prerequisites in the Building Realm section of README.md mention:
Building Realm requires Xcode 8.x.
The current wording implies that only Xcode 8.x is supported, but Xcode 11 support landed via #6163.
This should be updated to "Xcode 8.x or newer" as appropriate for what is actually supported & tested. Since X
generate_multiple_pod_projects in PodfileA clean and lightweight progress HUD for your iOS and tvOS app.
In particular, 1.5x is the only resolution at which the included LCD3x and HQ3x filters display correctly:
<img width="481" alt="sc
IGListKit version: 3.4.0Hello,
I think I found a bug: If you call contentView.frame.size inside your bindViewModel method, it returns the size of the xib (in storyboard), not the size of the cell, which was specified in the `sectionController(_ sectionController: ListBi
Model framework for Cocoa and Cocoa Touch
infer version v0.15.0
in my case, 0xFFFF or 0xFFFFFFFF is a common initializer and there are a lot of this semantics in our code. I would like to ignore those harmless. but if I turn off liveness checker, I worry about missing some truely harmful bugs. Does Infer provide some filtering option or method?
iOS开发常用三方库、插件、知名博客等等
It will be better if you provide an example with MVC and MVVM or other Patterns.
Examples are more valuable to understand the context
Code Used
//MARK: FSCalendar Bounding Refresh
func calendar(_ calendar: FSCalendar, boundingRectWillChange bounds: CGRect, animated: Bool) {
calendarBaseViewHeightConstraint.constant = bounds.height
calendar.reloadInputViews()
self.view.l
In Xcode 10.2.1 (iOS 12.4), in order to trigger viewDidAppear logic did the following:
let viewController = ViewController()
let _ = viewController.view
let window = UIWindow(frame: UIScreen.main.bounds)
window.la
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n
A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.
Delightful, simple library for aspect oriented programming in Objective-C and Swift.
I'd like to be able to set sound source volumes via AppleScript or similar — I can't seem to find any information regarding this, and the dictionary seems to only apply to setting output.
I'm using BetterTouchTool to send volume levels from a midi device with faders, and I'd like to associate the faders with different sources in BackgroundMusic.
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
Right now the documentation for hs.task.new() is the following:
hs.task.new(launchPath, callbackFn[, streamCallbackFn, arguments])
More accurate seems to be:
hs.task.new(launchPath, callbackFn[, streamCallbackFn][, arguments])
i.e. the third value can be either streamCallbackFn or arguments. The latter letting you provide argu
ARC and GCD Compatible Reachability Class for iOS and MacOS. Drop in replacement for Apple Reachability
The iOS framework that grows only as fast as its documentation
i just found this cool app called Mushrooms XR that uses AR to get the device's position accurately. usage can be found here
its just a demo but its still pretty cool nonetheless
New Issue Checklist
Issue Info
Info