Skip to content
View hrandriamanantena's full-sized avatar

Block or report hrandriamanantena

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Make Eureka Pod's PushRow searchable Make Eureka Pod's PushRow searchable
    1
    import UIKit
    2
    import Eureka
    3
    
                  
    4
    public final class SearchablePushRow<T: Equatable> : _SearchablePushRow<PushSelectorCell<T>>, RowType where T: Searchable {
    5
        public required init(tag: String?) {
  2. AztecEditor-iOS AztecEditor-iOS Public

    Forked from wordpress-mobile/AztecEditor-iOS

    A reusable native iOS visual HTML text editor component.

    Swift

  3. github_signin_aksoyhlc github_signin_aksoyhlc Public

    Forked from Aksoyhlc/github_signin_aksoyhlc

    This package is made to make it easier for Flutter developers to add Github login/register to their applications. Official Github OAuth API used.

    Dart

  4. SwiftUICalculatorApp SwiftUICalculatorApp Public

    A simple clone of the basic built-in macOS Calculator app

    Swift

  5. Swift In-app purchases Wrapper Swift In-app purchases Wrapper
  6. AudioPlayer.swift AudioPlayer.swift
    1
    import Foundation
    2
    import AVKit
    3
    import UIKit
    4
    
                  
    5
    protocol AudioPlayerDelegate {