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
Accelerator
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 }}
mohith
/
SVWebViewController
Public
forked from
TransitApp/SVWebViewController
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 15, 2014
Remove unnecessary includes and declarations
gcamp
committed
cf08b5a
View commit details
Copy full SHA for cf08b5a
Browse repository at this point
Remove method definitions that are not necessary in modern Obj-C
gcamp
committed
e257c1e
View commit details
Copy full SHA for e257c1e
Browse repository at this point
Merge pull request #88 from stevemoser/master
Show description for f83739b
gcamp
committed
f83739b
View commit details
Copy full SHA for f83739b
Browse repository at this point
Enabled undeclared selector warning and fix warning (#94). Change doneButtonClicked to doneButtonTapped.
gcamp
committed
150824d
View commit details
Copy full SHA for 150824d
Browse repository at this point
Fix #100
gcamp
committed
73d8095
View commit details
Copy full SHA for 73d8095
Browse repository at this point
Fix problem if URL is still nil (#105)
gcamp
committed
ea437ba
View commit details
Copy full SHA for ea437ba
Browse repository at this point
Fix method definition from initWithRequest to initWithURLRequest
gcamp
committed
6510a62
View commit details
Copy full SHA for 6510a62
Browse repository at this point
Merge branch 'filipbec-master'
gcamp
committed
6c3683a
View commit details
Copy full SHA for 6c3683a
Browse repository at this point
Add initWithURLRequest method, credit to @filipbec
gcamp
committed
caddabe
View commit details
Copy full SHA for caddabe
Browse repository at this point
Use instancetype instead of id for init methods
gcamp
committed
d817284
View commit details
Copy full SHA for d817284
Browse repository at this point
Merge pull request #104 from mshibanami/master
Show description for 8da1871
gcamp
committed
8da1871
View commit details
Copy full SHA for 8da1871
Browse repository at this point
Merge pull request #95 from bastos/master
Show description for 405dc88
gcamp
committed
405dc88
View commit details
Copy full SHA for 405dc88
Browse repository at this point
Merge pull request #96 from olicarbo/master
Show description for 6eda306
gcamp
committed
6eda306
View commit details
Copy full SHA for 6eda306
Browse repository at this point
Merge pull request #103 from mshibanami/patch-1
Show description for 7ad0915
gcamp
committed
7ad0915
View commit details
Copy full SHA for 7ad0915
Browse repository at this point
Commits on Jun 24, 2014
Merge https://github.com/samvermette/SVWebViewController/pull/83
Show description for ad4647e
mshibanami
committed
ad4647e
View commit details
Copy full SHA for ad4647e
Browse repository at this point
Commits on Jun 17, 2014
Merge remote-tracking branch 'origin/patch-1'
mshibanami
committed
c7db091
View commit details
Copy full SHA for c7db091
Browse repository at this point
Added lproj folders for CocoaPods
mshibanami
committed
7a08ad3
View commit details
Copy full SHA for 7a08ad3
Browse repository at this point
Commits on Jun 15, 2014
Fixed the translation of Japanese
mshibanami
committed
5fe6cf9
View commit details
Copy full SHA for 5fe6cf9
Browse repository at this point
Commits on Apr 26, 2014
Added initWithRequest method
filipbec
committed
a8e2ce9
View commit details
Copy full SHA for a8e2ce9
Browse repository at this point
Commits on Apr 1, 2014
Always hide toolbar on iPad when SVWebViewController appear
olicarbo
committed
88f10e1
View commit details
Copy full SHA for 88f10e1
Browse repository at this point
Commits on Mar 24, 2014
Add Portuguese localization
bastos
committed
0bee767
View commit details
Copy full SHA for 0bee767
Browse repository at this point
Commits on Mar 22, 2014
Merge pull request #93 from choefele/master
Show description for 6448313
samvermette
committed
6448313
View commit details
Copy full SHA for 6448313
Browse repository at this point
Commits on Mar 20, 2014
Fix crash with nil URL.
samvermette
committed
ef4b39f
View commit details
Copy full SHA for ef4b39f
Browse repository at this point
Commits on Mar 19, 2014
Added German translation
Claus Höfele
committed
e4cb9a8
View commit details
Copy full SHA for e4cb9a8
Browse repository at this point
Commits on Feb 17, 2014
Remove deprecated API from readme
stevemoser
committed
b84140d
View commit details
Copy full SHA for b84140d
Browse repository at this point
Commits on Jan 4, 2014
adding support for opening file type as different activity
Anand Prakash
committed
c9f421e
View commit details
Copy full SHA for c9f421e
Browse repository at this point
Do not block share while page is loading. This will allow open in Safari because sometimes that works better than UIWebView
Anand Prakash
committed
85db7c0
View commit details
Copy full SHA for 85db7c0
Browse repository at this point
Commits on Jan 3, 2014
Fixing the issue with URL : getting stripped and Chrome not working
Anand Prakash
committed
bc2bd83
View commit details
Copy full SHA for bc2bd83
Browse repository at this point
Commits on Nov 24, 2013
Merge pull request #74 from pushpak/master
Show description for a4334c5
samvermette
committed
a4334c5
View commit details
Copy full SHA for a4334c5
Browse repository at this point
Commits on Nov 21, 2013
Updated PodFile to support iOS 6
pushpak
committed
6a7eef0
View commit details
Copy full SHA for 6a7eef0
Browse repository at this point
Commits on Nov 12, 2013
Fix podspec.
samvermette
committed
2188f92
View commit details
Copy full SHA for 2188f92
Browse repository at this point
Revert "Fix CocoaPods compile error."
Show description for 791535c
samvermette
committed
791535c
View commit details
Copy full SHA for 791535c
Browse repository at this point
Fix CocoaPods compile error.
samvermette
committed
e9c412b
View commit details
Copy full SHA for e9c412b
Browse repository at this point
Make podspec iOS 7 only.
samvermette
committed
6d79d40
View commit details
Copy full SHA for 6d79d40
Browse repository at this point
Add Japanese localization.
samvermette
committed
1dd3b4f
View commit details
Copy full SHA for 1dd3b4f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.