CollapseClick icon indicating copy to clipboard operation
CollapseClick copied to clipboard

iPad Width Issue

Open danielheth opened this issue 11 years ago • 4 comments

I'm developing both an iPad and iPhone app and this is the desired feature. I'm trying to figure out where I can get the width of the collapse bar to resize for the wider iPad format.

danielheth avatar May 28 '13 17:05 danielheth

I'm facing exactly the same issue like you

Try to use all these files

CollapseClickDemo/CollapseClickDemo/CollapseClick.h
CollapseClickDemo/CollapseClickDemo/CollapseClick.m
CollapseClickDemo/CollapseClickDemo/CollapseClickArrow.h
CollapseClickDemo/CollapseClickDemo/CollapseClickArrow.m
CollapseClickDemo/CollapseClickDemo/CollapseClickCell.h
CollapseClickDemo/CollapseClickDemo/CollapseClickCell.m
CollapseClickDemo/CollapseClickDemo/CollapseClickCell.xib

instead of those in CollapseClick folder

jslim89 avatar Nov 27 '14 07:11 jslim89

Wow... it Work! why?

nvdcmptr avatar Dec 15 '14 11:12 nvdcmptr

@nvdcmptr Both set of these files are not same. Perhaps CollapseClick no longer use but they still leave it there, thus we get confused.

jslim89 avatar Dec 16 '14 05:12 jslim89

@jslim89 : Is it work on ios 8? I tried on ios 8 use Sizeclass but the width is always 600px not 1024px in iPad. Can you help to fix? Thanks

HTKT avatar Jul 27 '15 10:07 HTKT