Questions tagged [osx-chameleon]

Chameleon is a drop in replacement for the iOS UIKit that runs on Mac OS X.

The Chameleon project aims to create a drop-in replacement for the iOS UIKit, on Mac OS X, to ease porting iOS apps to the desktop environment.

See the project website.

7 questions
2
votes
1 answer

How to implement swipe with UIGestureRecognizer subclass

How do you implement a swipe with an UIGestureRecognizer subclass? (in case you're wondering why I'd like to do this instead of using UISwipeGestureRecognizer, it's because I want to add swipe recognition to Chameleon's UIKit port)
hpique
  • 119,096
  • 131
  • 338
  • 476
2
votes
0 answers

Chameleon UIWebView can't focus

Using a UIWebView, the website cannot take focus. Clicking on a text box does nothing, and highlighting text is grayed out.
David Beck
  • 10,099
  • 5
  • 51
  • 88
2
votes
1 answer

Is it safe to use Apple's Private Framework UXKit for MacOS application development?

While searching for an alternative of UIKit for MacOS, I came across UXKit (a private framework used by Apple to develop new Photos app). I found one demo app made with UXKit here and another demo app here. They include headers of UXKit, generated…
Yahya Ibrahim
  • 251
  • 4
  • 15
1
vote
0 answers

Using UIKitView from Chameleon in ARC not working

I am trying to use the chameleon framework ( https://github.com/BigZaphod/Chameleon ) to use iOS UI elements in OSX. For me to do this, I've to use: [kitView launchApplicationWithDelegate:delegate afterDelay:1]; But probably since the framework is…
sjors
  • 117
  • 1
  • 2
  • 10
0
votes
1 answer

How to create this kind of panels in Cocoa?

Github released their own native client on the Mac. Upon launching the client, you will get this welcome panel: In Cocoa framework, how to create something like it? On a side note, they don't use Cocoa. They use Chameleon Project
Chiron
  • 20,081
  • 17
  • 81
  • 133
0
votes
2 answers

XCode Cocoapods ChameleonFramework : No such file or directory

I am unable to run my app on the Simulator, getting the below error error: ....Build/Products/Debug-iphonesimulator/ChameleonFramework.framework: No such file or directory Below is my pod file pod 'Firebase' pod 'Firebase/Auth' pod…
Code_Yoga
  • 2,968
  • 6
  • 30
  • 49
0
votes
1 answer

Porting iOS app on Mac using Chameleon project

I have developed an app for iOS in which I have used MPMoviePlayerController to show videos.No issues there.The app works well. Now I want to port the same app on Mac.I am a novice in Mac programming so I decided to search 'anything' which can help…
Yogi
  • 3,578
  • 3
  • 35
  • 56