Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
12.0.0 - 2023-08-08
Added
ApplyItemContentInfo
andApplyHeaderFooterContentInfo
are now available in the BlueprintEnvironment
for eachBlueprintItemContent
.isContentScrollable
property is added toListView
to determine if the content size is large enough that the list can be scrolled to a new position without springing back to it's original position.custom
case is added toKeyboardAdjustmentMode
which allows the consumer to fully customize the inset behavior.onKeyboardFrameWillChange
andcustomScrollViewInsets
have been added toListView
andupdateScrollViewInsets
is now public. All of these can be utilized in conjunction to respond to the keyboard and fully control the insets. For now, these are available throughListView
only.verticalLayoutGravity
behavior to accomodate vertical-layout lists where the normal scroll position of the list is at the bottom of the list. SettingverticalLayoutGravity
to.bottom
enables the new behavior. It's designed to accomodate a messaging client. Adds a new demo called Chat App.Changed
SwipeAction
property names have been updated to better reflect what they're for.Completion
also now takes in a more descriptive enum, instead of a boolean, to make reading callsites clearer. Eg,completion(.expandActions)
instead ofcompletion(true)
.Internal
xcodesorg/made/xcodes
package for installing simulator runtimes.aria2
to improve simulator runtime download speeds.