Malcolm Hall

Results 54 issues of Malcolm Hall

https://github.com/calda/SwiftUI-Notes/blob/516d41a95df31962cf20840ba2e3af66fb36ab96/SwiftUI%20Notes/NoteList.swift#L17 @ObjectBinding is designed for objects that are set by a parent View. The View struct only exists when there is a state change and then it is gone so...

I'm new to Oauth and was just wondering that if you are using a web view and if the user logs in then the app can just inject some javascript...

The first part of the instructions were missing that in Xcode 5 you need to delete the Build active target only setting (which default is YES for DEBUG), otherwise the...

By using a table view controller the keyboard is handled automatically which significantly simplifies the class. The settings table was removed and all keyboard notifications removed. Instead it uses the...

If the in app settings controller is visible, if you leave the app and go to the Settings app and change a setting, when you come back to the app...

As shown in your readme, networkActivityIndicatorVisible is a nonatomic property, thus shouldn't be used from a background thread. Since you can now assume it will only be used from the...

`audio_200_Series_hda-124_v1.0.command: line 207: [: =!: binary operator expected`

I'm invoking multiple requests and if any fail I'd like to receive the responses from the various App::error filters that I have configured for any of the many exceptions can...

Hey thought I'd let you know I had trouble with the invoke method because I wanted to see the status code and headers, and that method only returns the content...

SwiftUI offers `.task` and `.task(id:)` for the correct lifetime of async actions, it would be great if the sample could be updated to use it.