I have a Table View that I am using as a popover on an iPad app. It is formatted to be tall and thin. It looks correct in the IB storyboard. I have set preferred sizes everywhere I can find and I've even tried to set it programmatically in the method that presents the popover. But no matter what I do, it always shows the popover as a full screen. I have other popovers in the app that display an image in a UIView and they all follow the preferred size perfectly. This is driving me nuts.
iOS 10 Table View Controller ignoring preferred content size
234 Views Asked by FishTales At
0
There are 0 best solutions below
Related Questions in OBJECTIVE-C
- How do I customize NSOutlineView to have border color?
- UIWebView Screen Fitting Issue
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Image and Text locations in UIButton
- setting OpenGL version in objective-C
- Setup code for xibs in iOS. -awakFromNb:
- realm db, get parent link of object
- CFBundleDocumentType is not working in myproject-Info.plist file
- UIPopoverPresentationController not rendering properly
- Using Storyboard Reference
- Pass Data between two view controllers using 'Delegation' : Objective-C
- Unexpected CALayer Vertical Flipping on 3D Rotation 'Bounce'
- Setting View orientation to portrait is ignored
- UITextField append / between dates while enforcing character limit
Related Questions in IPAD
- Setting View orientation to portrait is ignored
- How to force close ipad/iphone keypad when input element is not focused using JS?
- UIDocumentInteractionController presentation style
- iOS coordinates for iPad and iPhone game using spritekit
- What is the best practice when making a storyboard for iPhone and iPad?
- Exchange plist data between 2 iPad using iCloud
- an app supporting arm64 and armv7 running on arm64 and ios 7 ipad air
- My SIOSocket get disconneted automatically when i locked my ipad
- using livestream video in iOS application
- Always shown vertical and horizontal scroll indicator on a uiwebview
- Is it possible to opt your iPad app out of multitasking on iOS 9
- Bind html button click with objective c
- iPhone App won't run on ipad at 2x resolution
- Missing icon and storyboard files, iOS 7 and 8, Xcode 6
- iOS infinitely deeply nested TableView/UIGestureRecognizer view tree AND iPAD requires 2 finger scrolling on a tableview
Related Questions in IOS10
- Send a command to Siri
- I can not test my App on my device anymore
- UNNotificationTrigger about fireDate
- MPMediaItemArtwork init(image:) deprecated in iOS 10.0
- Xcode 8.1 Still has Autolayout issue in Storyboard
- Copying files from bundle to Libraries folder (IOS10, Swift3, xcode 8.2)
- Model is running iOS 10.2 (14C92), which may not be supported by this version of Xcode
- unable to have a unique ios device, as advertising identifier returned as 00000000-0000-0000-0000-000000000000 after ios 10
- Run any app in iOS 10+ from command line without jailbreaking
- Local notification does not show custom action button
- Memory leaks when using UIImagePickerController in camera mode
- Custom Controls are not displaying in MobileVLCKit media player
- how to implement multiple local notification not a single notification for swift 3
- How to persist the state in IMessage in ios when user switches from one chat to another
- Siri is recognising phrases from my AppIntentVocabulary.plist, but it's not using the VocabularyItemIdentifier values associated with those phrases
Related Questions in XCODE8.2
- Swift Compiler Error RealmSwift, Xcode 8.2
- Convert swift 2.3 to swift 3 error
- Xcode 8.2 Code Completion Not Working
- Does Appium 1.6 works with Xcode 8.2?
- iOS Simulator video recording with 'xcrun simct' give error
- iOS 10 Table View Controller ignoring preferred content size
- Xcode8.2.1 Cocoapods Generating Pods project [1] 85146 abort
- Is Possible to integrate small cocos2d-x 3.2 game inside existing IOS application using swift 3?
- How to stop landscape rotation in iPad in iOS 10 Swift 3.0 Xcode 8.2
- Add UIScrollView to AVCamManual-Swift
- Unable to debug in xcode 8.2.1 using swift 2.3
- XCODE 8.2 wrongly detects locked device
- Failed to load Info.plist from bundle at path
- How to create mixed static and dynamic rows on UICollectionView?
- POST request error: NSURLConnection HTTP load failed iOS 10
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
