-
Updated
Jul 7, 2020 - Swift
Objective-C
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.
Here are 4,917 public repositories matching this topic...
-
Updated
Jul 15, 2020 - Swift
-
Updated
Jul 16, 2020 - Swift
-
Updated
Mar 28, 2020 - Objective-C
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
- I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
What did you do?
- enabled
generate_multiple_pod_projectsin Podfile
What did you expect to happen?
- correctly migrate targets to separate projects, build project then
What happened instead?
-
Updated
Jun 22, 2020 - Objective-C
In particular, 1.5x is the only resolution at which the included LCD3x and HQ3x filters display correctly:
<img width="481" alt="sc
General information
IGListKitversion: 3.4.0- iOS version(s): 11.4
- Xcode version: 9.4.1
- Reproducible in the demo project?: Yes
Hello,
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
-
Updated
Feb 17, 2020 - Objective-C
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?
-
Updated
Jun 19, 2020
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
- I have read CONTRIBUTING and have done my best to follow them.
What did you do?
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
-
Updated
Jun 29, 2020 - Objective-C
-
Updated
Jun 20, 2020 - Objective-C
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.
-
Updated
Jun 23, 2020 - Objective-C
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
-
Updated
Jul 13, 2020 - Objective-C
-
Updated
Jul 10, 2020 - Objective-C
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