-
Updated
Jun 12, 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,882 public repositories matching this topic...
-
Updated
Jun 12, 2020 - Swift
-
Updated
Jun 3, 2020 - Swift
-
Updated
Mar 28, 2020 - Objective-C
Phase 2:
[x] custom_data incl bson support
[x] functions
[x] remote mongodb client
[ ] push
Details of above subtasks are described in this doc
- 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_projects
in Podfile
What did you expect to happen?
- correctly migrate targets to separate projects, build project then
What happened instead?
-
Updated
Apr 26, 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
-
Updated
Feb 17, 2020 - Objective-C
General information
IGListKit
version: 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
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
May 25, 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 3, 2020 - Objective-C
-
Updated
Jan 4, 2020 - Objective-C
Description
A clear and concise description of what the bug is.
Steps To Reproduce
- Go here: https://sequelpro.com/docs/get-started/get-connected/local-mysql
- Click on "Where are MySQL's Files?" here:
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 11, 2020 - Objective-C
-
Updated
Jan 3, 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
Jun 3, 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