CollapseClick
CollapseClick copied to clipboard
iPad Width Issue
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.
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
Wow... it Work! why?
@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 : 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