<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Xamarin.iOS on Saturnino Pimentel</title>
    <link>https://www.saturninopimentel.com/categories/Xamarin.iOS/</link>
    <description>Recent content in Xamarin.iOS on Saturnino Pimentel</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>es</language>
    <copyright><a href="https://saturninopimentel.com">saturninopimentel</a> ©2013-2024  - All right reserved</copyright>
    <lastBuildDate>Tue, 21 May 2019 10:04:57 +0000</lastBuildDate>
    
        <atom:link href="https://www.saturninopimentel.com/categories/Xamarin.iOS/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>How to: change the SDK version of Xamarin.iOS and the Xcode version in a build pipeline in Azure DevOps</title>
        <link>https://www.saturninopimentel.com/how-to-change-the-sdk-version-of-xamarin-ios-and-the-xcode-version-in-a-build-pipeline-in-azure-devops/</link>
        <pubDate>Tue, 21 May 2019 10:04:57 +0000</pubDate>
        
        <atom:modified>Tue, 21 May 2019 10:04:57 +0000</atom:modified>
        <guid>https://www.saturninopimentel.com/how-to-change-the-sdk-version-of-xamarin-ios-and-the-xcode-version-in-a-build-pipeline-in-azure-devops/</guid>
        <description>Now with all the new App Store&amp;rsquo;s constraints the new applications should support the 12.1 version of iOS, this could eventually cause issues if you created a CI/CD pipeline for Xamarin.iOS in Azure DevOps configured with a compilation agent hosted in Azure DevOps, you could have an error with a message that indicates you that the 12.1 version was not found.
It is not the time for panic as you will see in the next link, the hosted agent supports the version that is required, you just need to change a little bit the pipeline&amp;rsquo;s script and add the next instructions before realizing the compilation steps for assign to the agent the required configurations.</description>
        
        <dc:creator>Saturnino Pimentel</dc:creator>
        <media:content url="https://www.saturninopimentel.com/https://images.unsplash.com/photo-1493119508027-2b584f234d6c?ixlib=rb-1.2.1&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=1080&amp;fit=max&amp;ixid=eyJhcHBfaWQiOjExNzczfQ" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>Azure DevOps</category>
            
          
            
              <category>Xamarin.iOS</category>
            
          
        
        
          
            
              <category>Azure DevOps</category>
            
          
            
              <category>Xamarin.iOS</category>
            
          
        
        
      </item>
      
      <item>
        <title>How to: Eliminar opciones de copiar/pegar en UITextField [Xamarin.iOS]</title>
        <link>https://www.saturninopimentel.com/how-to-eliminar-opciones-de-copiar-pegar-en-uitextfield-xamarin-ios/</link>
        <pubDate>Sun, 07 Jan 2018 05:23:00 +0000</pubDate>
        
        <atom:modified>Sun, 07 Jan 2018 05:23:00 +0000</atom:modified>
        <guid>https://www.saturninopimentel.com/how-to-eliminar-opciones-de-copiar-pegar-en-uitextfield-xamarin-ios/</guid>
        <description>¡Hola de nuevo!
En algunos casos nos resultará necesario deshabilitar las opciones de copiar y pegar de controles de texto (UITextField) en iOS, para realizar esto se deben seguir los siguientes pasos.
1.- Crear una clase que herede de UITextField.
[Register(nameof(MyCustomTextField))] public class CustomTextField : UITextField Es este paso debemos recordar registrar nuestra clase utilizando el atributo Register.
2.-Sobrescribir el método CanPerform
Se necesita sobrescribir este método y regresar false para indicar que esa opción no está disponible en el control tal como se muestra en el siguiente código para las demás opciones puedes retornar la implementación base del método.</description>
        
        <dc:creator>Saturnino Pimentel</dc:creator>
        <media:content url="https://www.saturninopimentel.com//images/2016/05/Xamarin.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>xamarin</category>
            
          
            
              <category>Xamarin.iOS</category>
            
          
        
        
          
            
              <category>xamarin</category>
            
          
            
              <category>Xamarin.iOS</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>
