jalakoo
jalakoo
I was unsuccessful in centering content with the above instructions. What I tried: ``` // Center if let lastFrame = titleLabels.last?.frame { scrollView.contentInset = UIEdgeInsetsMake(lastFrame.origin.x, lastFrame.origin.y, lastFrame.height, lastFrame.width) } ```
Hey @vinnyoodles, thanks for the prompt reply. I'm not able to get the following delegate command to be called: `override func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath)...
Nope, no error, header cell just never appears from a modified version of the TRCollectionViewController. Thought it was my implementation (probably still is), but I built a sample app with...
``` // Collection View Header method (never appears to be called) override func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView { let headerView = collectionView.dequeueReusableSupplementaryView(ofKind: kind,...
Thanks @Nathan961207. Using Storyboard. I updated the registration call to: `self.collectionView!.register(LiveFeedHeaderCell.self, forSupplementaryViewOfKind: UICollectionElementKindSectionHeader, withReuseIdentifier:reuseHeaderIdentifier)` But a header still does not show nor does the following delegate get called: `override func...
Try editing your scheme to target an actual device in the "Destination" drop down + update your "Build Configuration" to the "Release" option. Wasn't necessary prior to Xcode 5, but...
I get this error every time I update XCode. Open up terminal and drop in the install.sh file within the "Real Framework" folder to reinstall the xctemplate files and restart...
Not sure if this is intended - When I double-click on a node with the current version of streamlit-agraph a new webpage tab opens to an appended path. So if...
I have a similar issue. Regardless of sample app used, after uploading I end up with a blank, black screen. Using a Mac, so the flash download tool isn't available....
A year later I'm still seeing this issue on Android devices. For anyone wanting a quick & dirty fix, add the following code to the /Resources/ui/ListWindow.js file, after line 37...