English 中文(简体)
Split View within a Tab Bar in an iPad Application
原标题:Split View inside of a Tab Bar in an iPad Application

当“iPad”首当其冲的时候,我回顾,“Aplit View”在“Taba项目观点”内使用时就掌握了。 无论他们是否拒绝使用这一设计的申请,我都不记得或知道什么。

这一设计是否仍然被 Apple果所掌握? 如果你提出使用这一设计的申请,则由 Apple果拒绝。 我知道,现在有第三方APICS帮助你撰写利用这一设计模式的申请,使我相信Amp已经不再受到关注,但我只想对此表示放心。

如果任何人能够说明为什么 Apple果在这种设计上拥有,那会有所助益,因为我不理解这一设计究竟是什么问题。

最佳回答

现在我找不到这一引文,但是,在独立评估小组中,曾经有过一段话说:“你”没有这样做,然后,他们把它改为说你应该做的try,以避免......”。 因此,我认为,只要设计具有意义,你就清楚了。 可悲的是,我找不到发生这一短语的地方——也许会把它放在一起。

无论从哪一种速度来看,公民和政治生活中没有任何东西可以认为你可以做什么。

问题回答

我也刚刚接过这一点。

This also didn t work in the Interface-Builder prior to 5.1.

但是,我今天刚刚尝试过,并认识到你可以简单地把一种从禁制控制器到接口建设商内部的分辨率(以前没有工作)。

然而,只有详细情况表明,在进行 app和选择包含分头面表的表格时,情况才会明显。

编辑: 如果你汇编5.1份,这似乎非常容易。 处理书目表似乎有所变化。

只是试图:

  • In your Storyboard, create a Tabbar Controller
  • add a Split View Controller
  • Create a Reference from the Tabbar Controller to the Split View Controller

Now you need to create your Master and Detail Controllers

我尚未完成执行工作,但希望这样做。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签