swift - Customize the accessibility label of IQKeyboardManager's (previous & next buttons) without directly modifying library files in pods? - iOS -


inside of library, accessibility labels of bar button items can modified in files iquiview+iqkeyboardtoolbar

but

i want add custom accessibility label of iqkeyboardmanager's (previous & next buttons) without directly modifying library files in cocoapods. there way this?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -