ephread / Instructions

Create walkthroughs and guided tours (coach marks) in a simple way, with Swift.
MIT License
5.14k stars 490 forks source link

Next Label Issue on iOS 15 #263

Closed Parham-dev closed 2 years ago

Parham-dev commented 2 years ago

The next label on iOS 15 get truncated. it works fine on iOS 14 and below. IMG_2812

jamestalano commented 2 years ago

Any update?

ephread commented 2 years ago

@Parham-dev @jamestalano sorry for the late response, it should be fixed in main, thanks to #261. I need to double check a few things and create a release.

jamestalano commented 2 years ago

Great Thank you @ephread Could you please let me know the release version?

jamestalano commented 2 years ago

I am using Pod and which version can I use to see fixed one? Thanks~ @ephread

jamestalano commented 2 years ago

Any update please?

ephread commented 2 years ago

@jamestalano point to 'main' in your Podfile and let me know if that solves the issue.

pod 'Instructions', :git => 'https://github.com/ephread/Instructions.git', :branch => 'main'
jamestalano commented 2 years ago

Great It works! Thank you so much!

jamestalano commented 2 years ago

Please let me know once you release this fix so that we can use regular version. Thanks

ephread commented 2 years ago

2.1.1 was released on November 16 an should fix the issue. Closing!