Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit c074780

Browse files
committed
add screenshot to podspec file
1 parent 1594ff7 commit c074780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SafeAreaInputAccessoryViewWrapperView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'SafeAreaInputAccessoryViewWrapperView'
33
s.version = '1.0.0'
4-
s.screenshot = ''
4+
s.screenshot = 'https://user-images.githubusercontent.com/2835199/31238567-5c96c3f2-a9c8-11e7-86f5-170ebc372cdc.png'
55
s.summary = 'SafeAreaInputAccessoryViewWrapperView provides a way to wrap custom inputAccessoryView views to respect bottom safe area layouts.'
66
s.description = <<-DESC
77
SafeAreaInputAccessoryViewWrapperView is useful for wrapping a view to be used as an inputAccessoryView. Without this, setting the view as an inputAccessoryView will ignore safe area layouts. For example, the Home screen indicator on iPhone X will battle for the same spot. This class ensures that the view respects safe area layouts and does not cover up system UI elements such as the Home screen indicator on iPhone X.

0 commit comments

Comments
 (0)