Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
puls
/
objc-codegenutils
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
504
Code
Issues
6
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Adds class methods and strongly typed return values.
- #8
#8
Open
swiftal64
wants to merge 13 commits into
puls:master
puls/objc-codegenutils:master
from
swiftal64:ubermode
swiftal64/objc-codegenutils:ubermode
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Adds class methods and strongly typed return values.
#8
swiftal64
wants to merge 13 commits into
puls:master
puls/objc-codegenutils:master
from
swiftal64:ubermode
swiftal64/objc-codegenutils:ubermode
Copy head branch name to clipboard
Commits
Commits on Apr 2, 2014
Added Uber Mode which adds class methods and strongly typed return values.
OY
committed
880afd9
View commit details
Copy full SHA for 880afd9
Browse repository at this point
Commits on Apr 3, 2014
Removed uber mode setting. Removed uniqueNumber hack, and replaced with a more robust class generator.
OY
committed
cd43136
View commit details
Copy full SHA for cd43136
Browse repository at this point
Various fixes according to puls’s suggestions.
OY
committed
795d560
View commit details
Copy full SHA for 795d560
Browse repository at this point
Commits on Apr 4, 2014
“flagImages” was executing the runtime hackery every time the collection view asked for a cell. Now it only computes allImages one time.
Show description for 85d9a15
OY
committed
85d9a15
View commit details
Copy full SHA for 85d9a15
Browse repository at this point
Commits on Apr 11, 2014
Significantly improved execution time especially for large storyboard files. In order to determine if a class can be imported, it now looks for a file of the same name as the class (e.g. MyCustomCl…
Show description for eeed36e
OY
committed
eeed36e
View commit details
Copy full SHA for eeed36e
Browse repository at this point
Commits on Apr 12, 2014
More fixes according to Puls’s suggestions.
OY
committed
7f12289
View commit details
Copy full SHA for 7f12289
Browse repository at this point
Fixed bug where it was attempting to build an image with the ‘isRuntimeHackeryMethod’ name. Added a boolean property to prevent the need for float comparison.
OY
committed
987c621
View commit details
Copy full SHA for 987c621
Browse repository at this point
Commits on May 9, 2014
Added support for dequeuing reusable collection views. Now handles duplicate identifiers by removing them.
OY
committed
61fb2e5
View commit details
Copy full SHA for 61fb2e5
Browse repository at this point
Commits on May 12, 2014
Updated readme file with new examples.
OY
committed
bc442e3
View commit details
Copy full SHA for bc442e3
Browse repository at this point
Commits on May 13, 2014
Removed logic that automatically adds prefixes and suffixes to method names. This gives the user more control over the generated method names. Added constants for scene identifiers. Added a way to …
Show description for 60bd373
OY
committed
60bd373
View commit details
Copy full SHA for 60bd373
Browse repository at this point
Commits on May 15, 2014
Expect NSCalibratedRGBColorSpace from color lists, as its what +[UIColor colorWithRed:green:blue:alpha:] uses.
mthole
authored and
OY
committed
79a0a60
View commit details
Copy full SHA for 79a0a60
Browse repository at this point
Improved methodNameForKey to handle illegal characters in the name. Added view controllers and segues with illegal identifiers to show that it handles them correctly (i.e. it no longer causes build…
Show description for e78ed89
OY
committed
e78ed89
View commit details
Copy full SHA for e78ed89
Browse repository at this point
Commits on May 16, 2014
Removed references to class extension, since none of the functionality of making a class extension was in place.
OY
committed
5b7c86c
View commit details
Copy full SHA for 5b7c86c
Browse repository at this point
You can’t perform that action at this time.