I'm using the Tapku library to show a calendar of events, it's showing correctly on my device (iPhone 5 with iOS 6.1.3), but on some other devices or the simulator, the calendar is black (check the screenshots)
The calendar is an object of TKCalendarMonthTableViewController
Any idea why it's not showing correctly everywhere?
Thanks
I found it, the TapkuLibrary.bundle file was missing in the xcode project, just added it and it works fine.
Related
I need a little help.
I'm trying to create an iWatch app with Xcode a Single View Project with AppleWatchKit.
Somehow the iWatch simulator is not visible just the iPhone 6 simulator.
Please help.
I have read a lot of posts but none of them helped.
Regards,
Krisz
Select Simulator and click on Hardware from IOs simulator menu Bar. and show buttom of Hardware External Displays. Now click External Display then show List of device dimension with Apple Watch simulator. now select Apple Watch simulator according your need. I attach screen shoot.
Using phone gap for iPhone App. The button(s) on the top bar of my App do not work when a device has iOS Version 5.1.1. Works perfectly well on later versions as well as the simulator on 5.1.1.
Pushing these buttons has no effect at all. All of the other buttons throughout the App work fine on 5.1.1 as long as they are not on the top bar.
Any ideas on the reason for the bug or a potential fix?
I'm using 4.2 sdk version.
Is there any control for a calendar view similar to the ipads calendar app? im using Kal on the iphone, but as it seems it is not available as ipad version. Is there anything for the ipad yet?
If use Kal it is not equivalent to ipad. See Sample image below
Thanks in Advance...
I did it. I simply modified some codes manually, I used Kal project. Finally i got the correct solution.
See my Calendar image in iPad now
I think you can use the same for iPad too.But you will have to set the frame of KalView again for iPad device if detected.So you will have two different frames for iPhone and iPad.
One thing more you have a method in your KalView class.Go through it you will see a method named :
- (id)initWithFrame:(CGRect)frame delegate:(id<KalViewDelegate>)theDelegate logic: (KalLogic *)theLogic
{
//change the size for content view
}
I have been using xcode 4.2 for last 3 months. For last two days it is not showing iPhone simulator .But when we change the device option in iOS simulator to retina display it is showing the simulator .i didn't change any settings of xcode.
As I experienced, in Xcode in the circumtances when the target of the Simulator is iPad but your sample code is in iPhone or the sample code(project) you are trying to compile has been compiled in an old version of iOS (or Xcode) the Simulator doesn't give response. But it still compiles the project and saves it to the main page of iPhone(iPad) simulator.. What you need to do is just compile an iOS 5 project and from main page see your app in Simulator
I am testing Apple's DocInteraction sample app. On the simulator it works fine. But on the iPad, the icon for the picture does not show up. Any suggestion how to remedy this?
After updating my device to iOS 5.1, it worked correctly now.