7 Commits

Author SHA1 Message Date
csmartdalton
17a669aad6 Drop the ColumnLimit to 80 for clang-format
This gives better support for smaller screens and side-by-side windows.

Also standardize the formatting check on GitHub on version 17.

Diffs=
e52e9fff29 Drop the ColumnLimit to 80 for clang-format (#8320)

Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>
2024-10-11 19:25:57 +00:00
dskuza
2787cd9c6d Add support for nested text runs on iOS
This adds support for getting / setting nested text runs on iOS, via the exposed lower-level API. Tests have been added for: testing that setting the text run works at the artboard level, and at the view model level, and additionally that the parent text run will be returned if the path is empty.

Diffs=
bbec5cbbc Add support for nested text runs on iOS (#8108)

Co-authored-by: David Skuza <david@rive.app>
2024-09-10 14:20:35 +00:00
zplata
a85c61b298 fix: add nullptr check when retrieving text run on iOS at the artboard
Issue: https://github.com/rive-app/rive-ios/issues/286

Doing a small check on the artboard query for a text run for `nullptr` before returning from the Artboard

Diffs=
35daf194f fix: add nullptr check when retrieving text run on iOS at the artboard (#6312)

Co-authored-by: Zachary Plata <plata.zach@gmail.com>
2023-12-06 14:38:49 +00:00
zplata
7fd8df317e Add text binding ios
Redoing the PR from: https://github.com/rive-app/rive/pull/5683

Wasn't recognizing latest commits for some reason, Github was having some PR status issues yesterday so might've been from that

Diffs=
fe466871e Add text binding ios (#5687)

Co-authored-by: Zachary Plata <plata.zach@gmail.com>
2023-07-31 14:07:41 +00:00
csmartdalton
627ecee71c Update ObjC formatting to look more similar to the C++
Also update the auto formatter to run on *.m and *.mm files, and effectively ban breaking on return types entirely, as I think this is ugly.

Diffs=
c7d125c7d Update ObjC formatting to look more similar to the C++
2023-02-15 17:24:57 +00:00
Arthur Vivian
0daa4fe2f3 Add NSError errors in place of NSException 2021-06-24 20:14:11 +01:00
Maxwell Talbot
58ea5efd45 added load artboard tests 2021-05-11 15:29:24 +01:00