Tim Studt

Results 6 comments of Tim Studt

@tgoyne > .. and consuming a static xcframework via spm makes it so that you can't archive the app. Consuming a dynamic xcframework also was broken in 12.0 but has...

sorry, I got a bit stuck with this, and then put it on hold.. maybe it's easier to start with local packages w/o having to deal with authentication. if I...

totally agree, there are pros and cons in both naming and that it's a bigger task. I just wanted to kick-off discussing it.. makes sense to make it a major...

![ios simulator screen shot jun 29 2013 12 46 58 pm](https://f.cloud.github.com/assets/2987744/725837/fa3de532-e0a9-11e2-82a8-3f709458d2e8.png) I am also trying to show a view (UICollectionView) on top of a table view. More precise it should...

You can limit max size height in -autoHeight, e.g. to 200 - (void)autoHeight { CGRect frame = self.frame; - CGSize maxSize = CGSizeMake(frame.size.width, 9999); - CGSize maxSize = CGSizeMake(frame.size.width, 200);...