Maximum height of iOS 8 Today Extension?
问题 I am working on a Today Extension with a dynamically sized table. I have been able to get the table to resize for the content using: self.preferredContentSize = accountsTable.contentSize However, I have found that it will not get taller than a certain size (568 px) even though I can tell the table contentSize is larger. I'm not clear if this is a built-in limit or if there is a way around this to make a larger view. It appears that some previous extensions (Stocks widget) is able to become