ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

text size is small #198

Closed rajaunleashed closed 6 years ago

rajaunleashed commented 7 years ago

Hi,

All I want to scalable view or zoom in functionality that user can zoom the text scroll the text etc.

ealeksandrov commented 7 years ago

Sounds like a complicated thing. How about using page from custom view and add scrollview in it?

More proper solution will be to design font sizes to be correctly visible for all devices/screen sizes.

rajaunleashed commented 7 years ago

Actually my client wants intropages more interactive. He wants the font scalling

ealeksandrov commented 7 years ago

Then scrollview inside pages should work. Don't know about caveats though, view hierarchy will look pretty strange - scrollviews inside scrollview.

rajaunleashed commented 7 years ago

Yes I am using scroll view now

rajaunleashed commented 7 years ago

Hi,

I am using imageView sague in UIView but it gives me the error attached in the snapshot. Kindly guide me what does this error mean? How to get ride of this error I have to use zoom in function on the imageView but it doesn't allow me to add sague there in UIView.

Thank you https://drive.google.com/file/d/0B_hKG7QgB8MoVnh2QWJ1WklJVFk/view?usp=sharing

https://drive.google.com/file/d/0B_hKG7QgB8MoOEpsUkRya2EtZE0/view?usp=sharing

ealeksandrov commented 7 years ago

Try to load that Nib in separate variable with "loadNibNamed" and check what will be in that array.